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

fix(passport): Add errors for failed key registrations #2684

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

betimshahini
Copy link
Contributor

Description

Adds error messages (toasts) for failed key registrations and adds an additional supported algorithm type (ES256) which hopefully reduces the times the browser causes the registration to fail.

Related Issues

Testing

  • Regression test of both registrations and login

Checklist

  • I have read the CONTRIBUTING guidelines
  • I have tested my code (manually and/or automated if applicable)
  • I have updated the documentation (if necessary)

@betimshahini betimshahini marked this pull request as ready for review September 13, 2023 22:16
@betimshahini betimshahini merged commit 4f9be18 into main Sep 14, 2023
14 checks passed
@betimshahini betimshahini deleted the fix/2666-webauthn-registration-failure branch September 14, 2023 20:11
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.

fix(passport): Passkey registration requires multiple attempts in mobile safari
2 participants