Documentation ¶
Index ¶
Constants ¶
View Source
const ( // BearerPrefix is the prefix for the bearer token BearerPrefix = "Bearer" // CtxTokenClaimsKey is the key for the JWT context claims CtxTokenClaimsKey = "jwt_claims" // IdClaim is the claim for the JWT ID IdClaim = "jti" // IsRefreshTokenClaim is the claim for refresh token IsRefreshTokenClaim = "irt" // SubjectClaim is the claim for the subject SubjectClaim = "sub" )
Variables ¶
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.