-
Notifications
You must be signed in to change notification settings - Fork 58
change the behavior of "remember me" #558
Copy link
Copy link
Open
Labels
backenddeals with the backend API-facing codedeals with the backend API-facing codefrontenddeals with the user-facing frontenddeals with the user-facing frontendgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
backenddeals with the backend API-facing codedeals with the backend API-facing codefrontenddeals with the user-facing frontenddeals with the user-facing frontendgood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Next
Status
Next
if this box isn't checked on login, no refresh token is issued and the user gets disconnected when the token expires (1h). Instead, we should request a refresh token that has a small livespan (maybe 2-3h) which would only disconnect the user after this amount of time spent inactive, and not just once the timer is reached regardless of the user's activity