Skip to content
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

Dashboard does not redirect to login screen even after the session is timed out #651

Open
anvithks opened this issue Apr 25, 2022 · 0 comments
Labels
SODAHIGH SODACODE2022 Hackathon High Priority Label

Comments

@anvithks
Copy link
Member

Issue/Feature Description:
If the SODA Dashboard is left idle for a while, the authentication token gets expired in the keystone backend but the dashboard does not reflect the same. It remains active and allows user to perform actions for ex: create bucket, create profile etc.
On clicking the create button the API throws a 403 unauthorised error due to the token not being valid.

Why this issue to fixed / feature is needed(give scenarios or use cases):
Users should not be allowed to perform any actions if the session token is timed out. They should be logged out and prompted to login again.

How to reproduce, in case of a bug:

  1. Login to the dashboard.
  2. Leave it idle for 30 minutes or so
  3. Try to register a backend or create a bucket.

Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)
This issue is observed in #294 where more details can be seen.
Similar feature is requested in #570.

@anvithks anvithks added SODACODE2022 SODACODE2022 Hackathon Label SODAHIGH SODACODE2022 Hackathon High Priority Label labels Apr 25, 2022
@anvithks anvithks removed the SODACODE2022 SODACODE2022 Hackathon Label label Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SODAHIGH SODACODE2022 Hackathon High Priority Label
Projects
None yet
Development

No branches or pull requests

1 participant