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

check token expiration and logout user if expired and not actively using the app #855

Open
6 tasks
JoshuaVSherman opened this issue Nov 7, 2022 · 0 comments

Comments

@JoshuaVSherman
Copy link
Contributor

JoshuaVSherman commented Nov 7, 2022

  • verify that there is a timeout on the token and set it for 1 hour
  • capture activity on app
  • if token has expired and activity was over 5 minutes ago, pop up a message to confirm that they are still using the app
  • if nobody clicks the message within 1 minute log out the user
  • if someone clicks the message reset the activity and refresh the token
  • if the user is active and the token has expired automatically refresh the token
@JoshuaVSherman JoshuaVSherman self-assigned this Nov 7, 2022
@JoshuaVSherman JoshuaVSherman changed the title check token expiration and logout user if expired check token expiration and logout user if expired and not actively using the app Jan 24, 2024
@JoshuaVSherman JoshuaVSherman removed their assignment Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant