mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 07:19:20 +01:00
fix(subscription): disable time validation
This commit is contained in:
parent
7f408d8a2f
commit
bc6f0dfe49
@ -63,7 +63,7 @@ func ParseToken(tokenString string) (res Token, err error) {
|
||||
}
|
||||
|
||||
// Parse and verify the token
|
||||
token, err := jwt.Parse(tokenString, keyFunc)
|
||||
token, err := jwt.Parse(tokenString, keyFunc, jwt.WithoutClaimsValidation())
|
||||
|
||||
isTokenExpired := false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user