Releases: auth0/Auth0.Android
Releases · auth0/Auth0.Android
3.13.0
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.
3.8.0
3.7.0
Added
- Add support for Multi-Resource Refresh Token (MRRT) #811 (pmathew92)
- Allow updating the logout and authorize url #822 (utkrishtsahu)