-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keep session per network instead of signing users out when switching networks #3314
Comments
I see this tightly related to #3200 Good point. By implementing sessions this way we don't need to sign users out anymore 👍 |
ok nice! didn't see that one! yep, very closely related. though, i think it's important to show all the previously used addresses - when you select the regen one or cosmos one it should change networks for the user 😄 |
Hmmm. Have you considered, that they need to be stored separately? All sessions (even per network) and the session that you are signed in with per network. |
🤔 Mmm, and in this PR you took care of the the sessions you are currently signed in, but not the rest? |
exactly. we thought we want to keep sessions in general for the (last addresses used). not per network. |
we still need to switch networks based on these addresses though. |
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: