package
Version:
v0.0.0-...-4ee38bd
Opens a new window with list of versions in this module.
Published: Feb 26, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Jwt = &jwtToken{
signingMethod: jwt.SigningMethodHS256,
secret: []byte("doorman-secret"),
issuer: "doorman",
expire: 24 * time.Hour,
notBefore: time.Now(),
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.