Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 333 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 333 Bytes

crossid-go

Various handful authentication tools for the go language.

Packages

  • jwtmw HTTP middleware to extract, parse and validate a JWT tokens.

Examples

  • login OAuth2 login flow.
  • jwtmw Protect your endpoints with tokens issued by an OAuth2 auth server.