feature: Adds API refresh support.

This commit is contained in:
greysoh 2024-12-22 11:36:15 -05:00
parent 7d5db06c7b
commit 37d0d41570
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
3 changed files with 135 additions and 0 deletions

View file

@ -0,0 +1,17 @@
meta {
name: Refresh JWT Token
type: http
seq: 5
}
post {
url: http://127.0.0.1:8000/api/v1/users/refresh
body: json
auth: none
}
body:json {
{
"token": "HMtM7zKYyVJQqCayMe2G3dcjVU6rCd9Wc+nK6qKbgJ0OZZVBIDYOyBoKES9aVjBvJeM67xgHtJXgPUFDT1jn6JxuQ2Cd1YbhYZHEvt3dCh4="
}
}