sk-matrix-project/backend/golang/matrix-middle-service/pkg/config/jwt/jwt.go
Shikong 998ae4a9b9 工具包调整
添加 jwt nanoid 配置 及 初始化
2023-02-26 23:48:03 +08:00

7 lines
115 B
Go

package jwt
type Config struct {
Secret string `comment:"密钥"`
Expire int64 `comment:"超时时间(秒)"`
}