Added Passkey authentication support
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
PasskeyAuthProvider.signUp(auth0:Auth0)PasskeyAuthProvider.signIn(auth0:Auth0)
#References 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.
-
[X] This change adds unit test coverage
-
[X] This change adds integration test coverage
-
[X] This change has been tested on the latest version of the platform/language or why not
Checklist
-
[X] I have read the Auth0 general contribution guidelines
-
[X] I have read the Auth0 Code of Conduct
-
[X] All existing and new tests complete without errors