authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-08-11 23:25:27-07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-08-11 23:25:27-07:00
log038533b8afa9d97c36bfc3a62fece3e8fc1beaaa
treee03113d91ef9a20a22aede72125576bcab400704
parent3645d8944a27de8d3cb837908a3cb6836efc4fa1
signature Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

bring the github provider id into agreement with the docs


1 files changed, 1 insertions(+), 1 deletions(-)

oauth2.zig+1-1
...@@ -96,7 +96,7 @@ pub const providers = struct {...@@ -96,7 +96,7 @@ pub const providers = struct {
96 .color = "#1877F2",96 .color = "#1877F2",
97 };97 };
98 pub var github = Provider{98 pub var github = Provider{
99 .id = "github.com",99 .id = "github",
100 .authorize_url = "https://github.com/login/oauth/authorize",100 .authorize_url = "https://github.com/login/oauth/authorize",
101 .token_url = "https://github.com/login/oauth/access_token",101 .token_url = "https://github.com/login/oauth/access_token",
102 .me_url = "https://api.github.com/user",102 .me_url = "https://api.github.com/user",