package
Version:
v0.0.0-...-2c98600
Opens a new window with list of versions in this module.
Published: Feb 28, 2021
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Claims struct {
UserID uuid.UUID
ProfileConfirmed bool
jwt.StandardClaims
}
Claims Create a struct that will be encoded to a JWT.
We add jwt.StandardClaims as an embedded type, to provide fields like expiry time
Source Files
¶
Click to show internal directories.
Click to hide internal directories.