| ... | @@ -1,17 +1,25 @@ | ... | @@ -1,17 +1,25 @@ |
| 1 | # zig-oauth2 | 1 | # zig-oauth2 |
| 2 | | 2 | |
| 3 | HTTP handler functions to allow you to easily add OAuth2 login support to your Zig application. | 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) |
| 4 | | 8 | |
| 5 | ## Built With | 9 | HTTP handler functions to allow you to easily add OAuth2 login support to your Zig application. |
| 6 | - Zig master | | |
| 7 | - https://github.com/ziglang/zig | | |
| 8 | - Zigmod package manager | | |
| 9 | - https://github.com/nektro/zigmod | | |
| 10 | | 10 | |
| 11 | ## Install | 11 | ## Supported Providers |
| 12 | ``` | | |
| 13 | zigmod aq add 1/nektro/oauth2 | | |
| 14 | ``` | | |
| 15 | | 12 | |
| 16 | ## License | 13 | - Amazon |
| 17 | MIT | 14 | - Battle.net |
| | 15 | - Discord |
| | 16 | - Facebook |
| | 17 | - GitHub |
| | 18 | - Google |
| | 19 | - Microsoft |
| | 20 | - Reddit |
| | 21 | - Gitea |
| | 22 | - GitLab |
| | 23 | - Mastodon |
| | 24 | - Pleroma |
| | 25 | - ... and custom ones! |