DIVYANUNU / midterm

0 stars 0 forks source link

21bcad30-joannah #16

Open joannah02 opened 1 year ago

joannah02 commented 1 year ago

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:

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

estherjoanna30 commented 1 year ago

we can use keystone to solve this issue. we can leave it idle and then login to dashboard later and then try to register later