mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01: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 subject;
|
||||||
private String issuer;
|
private String issuer;
|
||||||
private long expiresIn = 10l;
|
private long expiresIn = 60l;
|
||||||
private TimeUnit expiresInUnit = TimeUnit.MINUTES;
|
private TimeUnit expiresInUnit = TimeUnit.MINUTES;
|
||||||
private Scope scope = Scope.empty();
|
private Scope scope = Scope.empty();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user