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