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.
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.