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
Authentications are lost on page reload and I think a elegant way to solve it would be a "Remember Authorization" checkbox for each auth that was entered. With it enabled, auths could be stored persistently in localStorage and applied on page load again after a sanity check that the auth parameters have not changed since it was last stored.
Authentications are lost on page reload and I think a elegant way to solve it would be a "Remember Authorization" checkbox for each auth that was entered. With it enabled, auths could be stored persistently in
localStorage
and applied on page load again after a sanity check that the auth parameters have not changed since it was last stored.Related: #4851
The text was updated successfully, but these errors were encountered: