Skip to content

Commit 52f688b

Browse files
committed
Merge branch 'master' into develop_oidc
2 parents c939635 + 8531dac commit 52f688b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth_server/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ func (as *AuthServer) CreateToken(ar *authRequest, ares []authzResult) (string,
396396
Issuer: tc.Issuer,
397397
Subject: ar.Account,
398398
Audience: ar.Service,
399-
NotBefore: now - 10,
399+
NotBefore: now - 200,
400400
IssuedAt: now,
401401
Expiration: now + tc.Expiration,
402402
JWTID: fmt.Sprintf("%d", rand.Int63()),

0 commit comments

Comments
 (0)