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
{{ message }}
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
We need the cookies (and JWT tokens, respectively) to last significantly longer than 24 hours. That is already changed to be 30 days in NebulousLabs@eefc733.
To do
The above is still insufficient as the user might not login/logout each 30 days and they might not notice that their cookie has expired. For that we need the portal to actively monitor the age of the cookie and redirect to accounts's /login endpoint if the cookie has less than 29 days to live. That will ensure that we'll keep users' cookies fresh.
Afaik, this cannot be handled directly in accounts, as the user's browser is not redirected to accounts during normal skapp usage.
The text was updated successfully, but these errors were encountered:
ro-tex
changed the title
Keep users logged in untile they log out
Keep users logged in until they log out
Apr 9, 2021
Description
Done
We need the cookies (and JWT tokens, respectively) to last significantly longer than 24 hours. That is already changed to be 30 days in NebulousLabs@eefc733.
To do
The above is still insufficient as the user might not login/logout each 30 days and they might not notice that their cookie has expired. For that we need the portal to actively monitor the age of the cookie and redirect to
accounts
's/login
endpoint if the cookie has less than 29 days to live. That will ensure that we'll keep users' cookies fresh.Afaik, this cannot be handled directly in
accounts
, as the user's browser is not redirected toaccounts
during normal skapp usage.The text was updated successfully, but these errors were encountered: