-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement JWTCookie Refresh in App-Frontend application #1718
Comments
Assigning myself to work on the app-frontend. |
Frontend part of this task is in PR: #2609 |
After a review of frontend-code, Team Tamagotchi wants to make a more performant solution for this. Or at least come up with a more performant solution that is approved by our interaction designers. The improvement issue can be worked with at a later stage. |
Tested in at21, keepAlive verified to be triggered, and user can continue the workflow. Closing this issue as completed. |
Description
The app-frontend would need to refresh the JWTCookie in intervals as long that a user is doing stuff. This to keep the user logged in.
Considerations
SBL must handle the JWT cookie and convert it to their own cookie format when navigating.
Risk for ending up with a forever living session
Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered: