mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-11 10:27:01 +02:00
fix: invalid redirection after jwt expiry
This commit is contained in:
@@ -114,7 +114,7 @@ export class AuthService {
|
||||
refreshTokenId,
|
||||
},
|
||||
{
|
||||
expiresIn: "10s",
|
||||
expiresIn: "15min",
|
||||
secret: this.config.get("JWT_SECRET"),
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user