package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Sep 13, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Claims struct {
Email string `json:"email"`
jwt.RegisteredClaims
}
type Config struct {
AccessTTL time.Duration `yaml:"access_ttl" env-default:"15m"`
RefreshTTL time.Duration `yaml:"refresh_ttl" env-default:"168h"`
Secret string `yaml:"secret" env-required:"true"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.