Skip to content
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

DEMO Initial passkey implementation #629

Draft
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

tombeckenham
Copy link
Collaborator

Related Issue

Closes #264

Summary of Changes

  • Prompts the user to create a passkey after login
  • Creates a passkey then encrypts the users password with that passkey to store it in local storage
  • Replaces default login with passkey login - which uses the biometric authenticator to decrypt the user's password and unlock the wallet

This is a demo only, and we should discuss if we release this given the companies native passkey support - which would require the user recreate their wallet passkey.

Need Regression Testing

  • Yes
  • No

Risk Assessment

Security risks as we are encrypting and storing the user's password. There are also business risks as this implementation may impact native passkey support

  • Low
  • Medium
  • High

@tombeckenham tombeckenham changed the title Initial passkey implementation DEMO Initial passkey implementation Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant