-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: add support for non webauthn browsers #90
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
I have conducted the test against this part of code on Firefox and unfortunately it doesn't work. As part of communicating to relayer, we are expected to have keypair
that will be used to create signature
(https://github.com/near/mpc-recovery)
This PR is currently not working because it is missing keypair
on firefox environment.
I will work on the fix and push to this PR shortly
@esaminu I'm still working on the flow of when max key reached path on top of this PR |
81cae71
to
822130f
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, tested multiple times on Chrome and Firefox browsers
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!
Closes #87