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
The refresh token should be signed for 1 day but the cookie containing it should not have any expiration date. Doing so, the browser will drop the session when closed.
With remember me checked:
The refresh token token should be signed for 31 days and the cookie containing it should have the same expiration date.
We should unlog the user if there is no activity from the user.
We should not unlog an user that is active even if the token is coming to an end (grace period).
We should handle the lifecycle within the refresh only, not within all checks.
The text was updated successfully, but these errors were encountered:
Without remember me checked:
With remember me checked:
The text was updated successfully, but these errors were encountered: