Auth0.Android icon indicating copy to clipboard operation
Auth0.Android copied to clipboard

Added Passkey authentication support

Open pmathew92 opened this issue 1 year ago • 0 comments

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 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

pmathew92 avatar Oct 22 '24 10:10 pmathew92