mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-24 06:26:10 +08:00
Update jwt.go
This commit is contained in:
parent
5f529e1c10
commit
ce0b37ca2e
@ -16,7 +16,7 @@ import (
|
||||
var (
|
||||
JwtSecret string
|
||||
JwtExpiry = 30 * time.Minute
|
||||
JwtRefresh = 24 * time.Hour
|
||||
JwtRefresh = 30 * 24 * time.Hour
|
||||
)
|
||||
|
||||
func ParseJWT(jwtStr string) (jwt.MapClaims, error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user