🎨 complete SMS login function
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
package config
|
||||
|
||||
type JWT struct {
|
||||
Secret string `yaml:"secret"`
|
||||
Expiration string `yaml:"expiration"`
|
||||
RefreshExpiration string `yaml:"refresh-expiration"`
|
||||
RefreshTokenKey string `yaml:"refresh-token-key"`
|
||||
HeaderKey string `yaml:"header-key"`
|
||||
HeaderPrefix string `yaml:"header-prefix"`
|
||||
Secret string `yaml:"secret"`
|
||||
HeaderKey string `yaml:"header-key"`
|
||||
HeaderPrefix string `yaml:"header-prefix"`
|
||||
Issuer string `yaml:"issuer"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user