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

As a user, I want to be able to remain logged in for more than a day. #75

Closed
1 of 3 tasks
JamalG16 opened this issue Nov 11, 2019 · 1 comment
Closed
1 of 3 tasks
Assignees
Labels

Comments

@JamalG16
Copy link
Collaborator

JamalG16 commented Nov 11, 2019

Currently, the JWT expiration is set to 24hours. To avoid token expiration and logging out of an active user, a token refresher is required. This will function in a way that if a user has not interacted with the application with their account in the past 7 days, they will need to log back in. Otherwise, the token will be refreshed. Additionally, when the user's token is expired, this is not handled in the application and the unauthorized API calls simply lead to a non functional app. When a token is expired, the user should be redirected to the login page, stating that the session has ended.

NOTE: Considering the low priority of #76 and #77, #244 will be prioritized and will be completed independently.

[SP: Iteration 11 - 3 SP]
[Priority: 76 & 77 Low, 244 High]
[Risk: low]

@heyhellomila
Copy link
Owner

Issue closed - this story will be explored by the new dev team after capstone.

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

No branches or pull requests

2 participants