An extensible, strongly-typed implementation of OAuth 2.0 in Zig.
It supports the following grants:
- Authorization code grant
- Client credentials grant
- Device authorization grant
- Implicit grant
- Refresh grant
- Resource owner password credentials grant
The following RFCs are implement in plan: