First implementation of refresh token.
This commit is contained in:
@@ -2,7 +2,11 @@ application:
|
||||
pictures:
|
||||
path: /home/florian/Developpement/codiki-hexagonal/backend/pictures-folder/
|
||||
temp-path : /home/florian/Developpement/codiki-hexagonal/backend/pictures-folder/temp/
|
||||
|
||||
security:
|
||||
jwt:
|
||||
expirationDelayInMinutes: 1
|
||||
refreshToken:
|
||||
expirationDelayInDays: 7
|
||||
server:
|
||||
port: 8987
|
||||
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Refresh token
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{url}}/api/users/refresh-token
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
Reference in New Issue
Block a user