Skip to content

Add functionality to update the access token for an authenticated user #52

@sgmv

Description

@sgmv

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:

  1. Add the endpoint /auth/refresh
  2. Send a POST request with a refresh token.
  3. Return an access token from a keycloak.

DoD:

  1. Functionality.
  2. Updated documentation.
  3. If it's possible, make any tests.

Sub-issues

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions