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
Currently there is no clear way in the platform for a user to know their session has been terminated without getting a 403 or other error when attempting an action.
"In order to: create a better user experience and reduce confusion as a: user I want: to be redirected to the login page so I don't attempt something I can't do
Acceptance Criteria
Given: a user logged into the system when: the user interacts with the system and: the user's session has expired then: the user will be redirected to the login page
Background
This need was shown by a customer incident #[5879] and was discussed as a good improvement to the overall function of the application with @sambodeme.
Security Considerations
We will need to investigate the session handling such that redirecting to the login page does not create an security issues.
Sketch
Investigate current session handling
Review the checks associated with sessions and permissions
Implement a function to redirect user to login screen
Definition of Done
Expired sessions or invalid sessions result in redirection to the login page
Engineering Backlog
Has clearly stated/testable acceptance criteria
Has a sketch or list of tasks
Can reasonably be done in a few days (otherwise, split this up!)
At a glance
Currently there is no clear way in the platform for a user to know their session has been terminated without getting a 403 or other error when attempting an action.
"In order to: create a better user experience and reduce confusion
as a: user
I want: to be redirected to the login page so I don't attempt something I can't do
Acceptance Criteria
Given: a user logged into the system
when: the user interacts with the system
and: the user's session has expired
then: the user will be redirected to the login page
Background
This need was shown by a customer incident #[5879] and was discussed as a good improvement to the overall function of the application with @sambodeme.
Security Considerations
We will need to investigate the session handling such that redirecting to the login page does not create an security issues.
Sketch
Definition of Done
Engineering Backlog
Engineering Available
In Progress
columnEngineering In Progress
Engineering Done
The text was updated successfully, but these errors were encountered: