| 1 | # zig-oauth2 |
| 2 | |
| 3 |  |
| 4 | [](https://github.com/nektro/zig-oauth2/blob/master/LICENSE) |
| 5 | [](https://github.com/sponsors/nektro) |
| 6 | [](https://ziglang.org/) |
| 7 | [](https://github.com/nektro/zigmod) |
| 8 | |
| 9 | HTTP handler functions to allow you to easily add OAuth2 login support to your Zig application. |
| 10 | |
| 11 | ## Supported Providers |
| 12 | |
| 13 | - Amazon |
| 14 | - Battle.net |
| 15 | - Discord |
| 16 | - Facebook |
| 17 | - GitHub |
| 18 | - Google |
| 19 | - Microsoft |
| 20 | - Reddit |
| 21 | - Railway |
| 22 | - Gitea |
| 23 | - Forgejo |
| 24 | - GitLab |
| 25 | - Mastodon |
| 26 | - Pleroma |
| 27 | - OpenID Connect |
| 28 | - ... and custom ones! |