Skip to content

zon-dev/oauth2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

62e1f30 · Aug 24, 2024

History

4 Commits
Aug 24, 2024
Aug 24, 2024
Aug 14, 2024
Aug 14, 2024
Aug 23, 2024
Aug 23, 2024

Repository files navigation

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: