Opt: jwt default expire time

pull/24/head
zijiren233 2 years ago
parent 87d083bc47
commit 9e53c16443

@ -12,6 +12,6 @@ type JwtConfig struct {
func DefaultJwtConfig() JwtConfig {
return JwtConfig{
Secret: utils.RandString(32),
Expire: "12h",
Expire: "48h",
}
}

Loading…
Cancel
Save