auth0 / Auth0.Android

Android toolkit for Auth0 API
https://auth0.com
MIT License
208 stars 130 forks source link

feat: implemented biometrics authentication for SecureCredentialsManager using androidx.biometrics package #745

Open desusai7 opened 1 month ago

desusai7 commented 1 month ago

Migrated to use BioMetricManager for performing Authentication before accessing credentials via SecureCredentialsManager

Breaking Changes:

New API:

Other changes:

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.

Checklist