Documentation
¶
Index ¶
Constants ¶
View Source
const ( MissingAuthHeaderMessage = "missing authorization header" InvalidAuthHeaderMessage = "invalid authorization header, must begin with 'Bearer '" InvalidTokenFormatMessage = "invalid token format in authorization header, must be JWT" NoTrustedKeyMessage = "A valid JWT was found, however it was not signed by any trusted key" VerifiedJWTHeader = "X-Verified-JWT" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthFunc ¶
func JWKSAuthFunc ¶
Click to show internal directories.
Click to hide internal directories.