Apply suggestions from code review
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
This commit is contained in:
parent
c2224ed6b7
commit
b163bb7650
@ -221,7 +221,7 @@ You can login using the following command, and subsequently use the resulting ac
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Since the access-token has a short timeout (15 min) - the refresh-token should be used to get a fresh access token:
|
Since the access token has a short timeout (15 min) - the `token/refresh` request should be used periodically to get a fresh access token:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
> curl -X POST --header "Authorization: Bearer ${refresh_token}"http://localhost:8080/api/v1/token/refresh
|
> curl -X POST --header "Authorization: Bearer ${refresh_token}"http://localhost:8080/api/v1/token/refresh
|
||||||
|
Loading…
Reference in New Issue
Block a user