We have an API for authentication. But we don't provide a mechanism for updating an access token. This functionality helps keep user to be logged.
Workflow:
- Add the endpoint /auth/refresh
- Send a POST request with a refresh token.
- Return an access token from a keycloak.
DoD:
- Functionality.
- Updated documentation.
- If it's possible, make any tests.