Implementation of refresh token.
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
application:
|
||||
security:
|
||||
secretKey: "secret-key"
|
||||
tokenExpirationDelayInMinutes: 30
|
||||
jwt:
|
||||
secretKey: "secret-key"
|
||||
expirationDelayInMinutes: 30
|
||||
refreshToken:
|
||||
expirationDelayInDays: 7
|
||||
|
||||
logging:
|
||||
level:
|
||||
|
||||
Reference in New Issue
Block a user