From 038533b8afa9d97c36bfc3a62fece3e8fc1beaaa Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 11 Aug 2026 23:25:27 -0700 Subject: [PATCH] bring the github provider id into agreement with the docs --- oauth2.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2.zig b/oauth2.zig index 54b15baf845dd03e0dcd42b1c3b992ec64c7846f..f35fe630483b86b6fa7f5fb0c3fea1918b535524 100644 --- a/oauth2.zig +++ b/oauth2.zig @@ -96,7 +96,7 @@ pub const providers = struct { .color = "#1877F2", }; pub var github = Provider{ - .id = "github.com", + .id = "github", .authorize_url = "https://github.com/login/oauth/authorize", .token_url = "https://github.com/login/oauth/access_token", .me_url = "https://api.github.com/user", -- 2.54.0