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

Support for Passkey Authentication #770

Merged
merged 6 commits into from
Oct 31, 2024
Merged

Support for Passkey Authentication #770

merged 6 commits into from
Oct 31, 2024

Conversation

pmathew92
Copy link
Contributor

Changes

Added support to signup and signin using Passkey. This change introduces a new public class called PasskeyAuthProvider . It exposes two apis for the client to initiate the signup and signin flow

  1. PasskeyAuthProvider.signUp(auth0:Auth0)
  2. PasskeyAuthProvider.signIn(auth0:Auth0)

#References
Webauthn
Passkeys
Google Credential Manager

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. Since this library has unit testing, tests should be added for new functionality and existing tests should complete without errors.

  • This change adds unit test coverage

  • This change adds integration test coverage

  • This change has been tested on the latest version of the platform/language or why not

Checklist

@pmathew92 pmathew92 requested a review from a team as a code owner October 30, 2024 14:13
@pmathew92 pmathew92 merged commit 9fb47c8 into main Oct 31, 2024
8 checks passed
@pmathew92 pmathew92 deleted the feature/SDK-5009 branch October 31, 2024 07:22
@pmathew92 pmathew92 mentioned this pull request Oct 31, 2024
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.

2 participants