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 13, 2022. It is now read-only.
Currently, if someone adds a new account using the web ui, any existing user sessions will not see the new account, until they log out and log back in, as the access checks are done in login.
We need to find a better way to either force refresh it , invalidate all existing sessions on account creation or simply not cache the list of available accounts in the user session (need to ensure it won't adversely impact performance to do so)
The text was updated successfully, but these errors were encountered:
Currently, if someone adds a new account using the web ui, any existing user sessions will not see the new account, until they log out and log back in, as the access checks are done in login.
We need to find a better way to either force refresh it , invalidate all existing sessions on account creation or simply not cache the list of available accounts in the user session (need to ensure it won't adversely impact performance to do so)
The text was updated successfully, but these errors were encountered: