You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature
Currently, the frontend only uses and stores the user token itself and doesn't utilize the refresh token.
The Management backend should be extended with an api endpoint to forward a valid refresh token to the instance registry and receive a new refresh and user token.
Therefore, the frontend auth service has to be extended with the functionality to update both refresh and user token.
The text was updated successfully, but these errors were encountered:
Feature
Currently, the frontend only uses and stores the user token itself and doesn't utilize the refresh token.
The Management backend should be extended with an api endpoint to forward a valid refresh token to the instance registry and receive a new refresh and user token.
Therefore, the frontend auth service has to be extended with the functionality to update both refresh and user token.
The text was updated successfully, but these errors were encountered: