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

Inform user of session expiration #1923

Open
pieperm opened this issue Aug 11, 2022 · 1 comment · Fixed by #1953
Open

Inform user of session expiration #1923

pieperm opened this issue Aug 11, 2022 · 1 comment · Fixed by #1953
Labels
enhancement New feature or request

Comments

@pieperm
Copy link
Collaborator

pieperm commented Aug 11, 2022

Is your feature request related to a problem? Please describe.
Currently, users receive no warning about being timed out of their current login session, nor are they prompted to log in again once they are automatically logged out.

Describe the solution you'd like
When the authentication token is about to expire (e.g. 5 minutes beforehand) the user should receive a pop-up on the page that lets the user know they will be automatically timed out. If the user is timed out, they should be taken to a page that tells them they have been timed out, and includes a link back to the login page.

Describe alternatives you've considered
N/A

Additional context
This is related to the implementation of background refresh tokens in # #1717

@pieperm pieperm added the enhancement New feature or request label Aug 11, 2022
@pieperm pieperm changed the title Notify user of session expiration Inform user of session expiration Aug 11, 2022
@pieperm pieperm self-assigned this Aug 12, 2022
@pieperm pieperm linked a pull request Aug 24, 2022 that will close this issue
@mkimberlin
Copy link
Member

I believe this need re-addressed due to regression post-change from axios to fetch. This should also address #1557.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants