authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:28:15 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:28:15 -07:00
log2367a0a7a24ea3cf27e2a8b65e88dba53e2606b9
tree87c3f8fa08e03d4f7d131d17d6c388200b39fa78
parent61a9657e9712a311917648eb2adef2d0d7d7f1ff

ziginfra README sync


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

README.md+20-12
......@@ -1,17 +1,25 @@
11# zig-oauth2
22
3HTTP handler functions to allow you to easily add OAuth2 login support to your Zig application.
3![loc](https://sloc.xyz/github/nektro/zig-oauth2)
4[![license](https://img.shields.io/github/license/nektro/zig-oauth2.svg)](https://github.com/nektro/zig-oauth2/blob/master/LICENSE)
5[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)
6[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/)
7[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)
48
5## Built With
6- Zig master
7 - https://github.com/ziglang/zig
8- Zigmod package manager
9 - https://github.com/nektro/zigmod
9HTTP handler functions to allow you to easily add OAuth2 login support to your Zig application.
1010
11## Install
12```
13zigmod aq add 1/nektro/oauth2
14```
11## Supported Providers
1512
16## License
17MIT
13- Amazon
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!