mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-09 00:27:27 +02:00
use 60 minutes instead of 10 for jwt session timeout
This commit is contained in:
@@ -64,7 +64,7 @@ public final class JwtAccessTokenBuilder implements AccessTokenBuilder {
|
||||
|
||||
private String subject;
|
||||
private String issuer;
|
||||
private long expiresIn = 10l;
|
||||
private long expiresIn = 60l;
|
||||
private TimeUnit expiresInUnit = TimeUnit.MINUTES;
|
||||
private Scope scope = Scope.empty();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user