Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andresprogra/7b2b1e01c602c9133d062d6d6043802e to your computer and use it in GitHub Desktop.
Save andresprogra/7b2b1e01c602c9133d062d6d6043802e to your computer and use it in GitHub Desktop.
jwt.go
token, err := request.ParseFromRequest(r, request.OAuth2Extractor, func(token *jwt.Token) (interface{}, error) {
return publicKey, nil
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment