-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add persisted version of showConnect
#369
Comments
This would be a great addition, especially as we move away from shared namespaces. |
Might it even be better to have |
This is important as once apps have authenticated, another wallet provide may be called erroneously, owing to how they complete for the shared namespace. |
+1 sort of agree here |
Right now
showConnect
doesn't persist selection (for backwards comp)But users might want this, so we should have a
showConnectPersist
, which stores the provider id.This could be changed to a breaking change to always persist
showConnect
later.The text was updated successfully, but these errors were encountered: