| author | |
| committer | |
| log | bbd0b5ef4042e5f77c00145d40b4592642e64478 |
| tree | 04c36709bfe30ab0765e51309bde11d95e00a450 |
| parent | 7bd7875f76508181ed3cc4e55563d34507d2cec1 |
1 files changed, 17 insertions(+), 0 deletions(-)
README.md created+17| ... | ... | @@ -0,0 +1,17 @@ |
| 1 | # zig-oauth2 | |
| 2 | ||
| 3 | HTTP handler functions to allow you to easily add OAuth2 login support to your Zig application. | |
| 4 | ||
| 5 | ## Built With | |
| 6 | - Zig master | |
| 7 | - https://github.com/ziglang/zig | |
| 8 | - Zigmod package manager | |
| 9 | - https://github.com/nektro/zigmod | |
| 10 | ||
| 11 | ## Install | |
| 12 | ``` | |
| 13 | zigmod aq add 1/nektro/oauth2 | |
| 14 | ``` | |
| 15 | ||
| 16 | ## License | |
| 17 | MIT |