1
0
mirror of https://github.com/minio/minio.git synced 2025-02-01 08:55:59 -05:00

8 lines
247 B
Go
Raw Normal View History

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