Documentation
¶
Overview ¶
JWT implementation.
Index ¶
Constants ¶
View Source
const ( // misoconfig-prop: public key for verifying the JWT token PropJwtPublicKey = "jwt.key.public" // misoconfig-prop: private key for signing the JWT token PropJwtPrivateKey = "jwt.key.private" // misoconfig-prop: issuer of the token PropJwtIssue = "jwt.key.issuer" )
misoconfig-section: JWT Configuration
Variables ¶
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.