Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 749 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 749 Bytes

OAuth2

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: