feature: Adds API refresh support.
This commit is contained in:
parent
7d5db06c7b
commit
37d0d41570
3 changed files with 135 additions and 0 deletions
17
routes/Hermes API/Users/Refresh JWT Token.bru
Normal file
17
routes/Hermes API/Users/Refresh JWT Token.bru
Normal 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="
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue