...

Source file src/github.com/golang-jwt/jwt/v5/request/doc.go

Documentation: github.com/golang-jwt/jwt/v5/request

     1  // Utility package for extracting JWT tokens from
     2  // HTTP requests.
     3  //
     4  // The main function is ParseFromRequest and it's WithClaims variant.
     5  // See examples for how to use the various Extractor implementations
     6  // or roll your own.
     7  package request
     8  

View as plain text