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

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.