Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T08:58:37.000Z (12 months ago)
- Last Synced: 2024-08-03T04:09:15.654Z (3 months ago)
- Topics: zig, zig-package
- Language: Zig
- Homepage:
- Size: 30.3 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- 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