Releases: auth0/Auth0.Android
Releases · auth0/Auth0.Android
3.14.0
Deprecated
- refactor : Deprecate the existing MFA APIs in
AuthenticationAPIClient#932 (pmathew92) - refactor : Deprecated the UsersAPIClient #930 (pmathew92)
Fixed
- fix: Handle ProviderException in PKCS1→OAEP key migration to prevent saveCredentials() crash #924 (utkrishtsahu)
- fix : Added the missing user agent to MyAccount and MFAApiClient #926 (pmathew92)
3.13.0
Added
- Expanding Flexible Factors Grant Android Support #896 (utkrishtsahu)
- fix: Prevent DPoP replay protection error due to OkHttp retry #902 (pmathew92)
3.12.2
Added
- RSA encryption padding change from PKCS1Padding to OAEPWithSHA1And… #834 (utkrishtsahu)
- refactor: Replace synchronized block with AtomicReference for DPoP nonce management #895 (pmathew92)
3.12.1
3.12.0
3.11.0
Added
- feat: Added option to pass
AuthenticationAPIClienttoSecureCredentialsManagerclass #879 (pmathew92) - feat: add configurable biometric authentication policies for SecureCredentialsManager #867 (subhankarmaiti)
Fixed
3.10.0
Added
- SDK-6103 Added support for My Account API. #847 (utkrishtsahu)
3.9.1
3.9.0
Added
- feat: Add support for DPoP #850 (pmathew92)
- feat : support to pass organization while signing-up and signing-in with passkeys #843 (pmathew92)
- Exposes UserProfile to return contents of id token without refreshing credentials #840 (NandanPrabhu)
Updated
userInfoapi in theAuthenticationAPIClientclass now takes a tokenType parameter with a default value ofBearer.