This endpoint is used to renew a JWT that is about to expire.
GET/authorization/renew
Get the user information.
Responses​
- 200
The user information.
Response Headers
Authorization
string
The authorization header with the renewed JWT.
- application/json
- Schema
- Example
Schema
any
{
"email": "test@test.de",
"exp": 1683665359,
"roles": "admin"
}
Loading...