-
Notifications
You must be signed in to change notification settings - Fork 74
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
Put fast-auth-signer in iframe for authentication process. #929
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey @esaminu what intended change will this PR have on UX? |
@charleslavon @calebjacob These changes will still allow users to access other wallets via the "Connect Wallet" button in the iframe which will open wallet selector by redirecting with a query param cc @nall-near |
5f86c28
to
e87180f
Compare
23f37e2
to
58b54cd
Compare
…ersion chore: show wallet selector on query params value #2: chore: make request authentication support login and create account modal chore: update ignore files chore: remote wallet url chore: show wallet modal from event chore: bump near fastauth wallet version fix: fix lock error
c5687a5
to
8e6635b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR makes some little changes to
DesktopNavigation
,useSignInRedirect
andvmInitializer
files to initiate our POC, which is an iframe/modal based authentication instead of the page-based authentication method we currently have.cc: @esaminu