Skip to content

Various authentication tools for the Golang language.

License

Notifications You must be signed in to change notification settings

crossid/crossid-go

Folders and files

NameName
Last commit message
Last commit date
Jul 30, 2021
Aug 28, 2021
Dec 14, 2021
Jul 30, 2021
Dec 14, 2021
Jul 30, 2021
Aug 28, 2021
Jul 30, 2021
Aug 28, 2021
Aug 28, 2021

Repository files navigation

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.