First implementation of refresh token.

This commit is contained in:
Florian THIERRY
2024-09-03 10:37:58 +02:00
parent be34c555a5
commit 4d44b6f53c
7 changed files with 67 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
meta {
name: Refresh token
type: http
seq: 4
}
post {
url: {{url}}/api/users/refresh-token
body: none
auth: none
}