https://github.com/nektro/zig-oauth2
HTTP handler functions to allow you to easily add OAuth2 login support to your Zig application
https://github.com/nektro/zig-oauth2
zig zig-package
Last synced: about 1 year ago
JSON representation
HTTP handler functions to allow you to easily add OAuth2 login support to your Zig application
- Host: GitHub
- URL: https://github.com/nektro/zig-oauth2
- Owner: nektro
- License: mit
- Created: 2021-09-11T02:28:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T09:54:54.000Z (about 1 year ago)
- Last Synced: 2025-03-24T10:39:53.959Z (about 1 year ago)
- Topics: zig, zig-package
- Language: Zig
- Homepage:
- Size: 37.1 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - zig-oauth2🗒️HTTP handler functions to allow you to easily add OAuth2 login support to your Zig application
README
# zig-oauth2
HTTP handler functions to allow you to easily add OAuth2 login support to your Zig application.
## Built With
- Zig master
- https://github.com/ziglang/zig
- Zigmod package manager
- https://github.com/nektro/zigmod
## Install
```
zigmod aq add 1/nektro/oauth2
```
## License
MIT