Skip to content

Releases: auth0/Auth0.Android

3.12.0

11 Dec 04:45
063542c

Choose a tag to compare

Changes

Added

  • feat: Add support for organization to custom token exchange #885 (pmathew92)

Changed

3.11.0

24 Nov 10:42
f8f2c0a

Choose a tag to compare

Added

  • feat: Added option to pass AuthenticationAPIClient to SecureCredentialsManager class #879 (pmathew92)
  • feat: add configurable biometric authentication policies for SecureCredentialsManager #867 (subhankarmaiti)

Fixed

  • fix: Fixes the IV overwrite when trying to encrypt multiple credentials #882 (pmathew92)

3.10.0

12 Sep 14:10
47281ba

Choose a tag to compare

Added

3.9.1

13 Aug 05:47
9829eb4

Choose a tag to compare

Fixed

  • fix: Fixed the transitive dependency issue on generated aar file #858 (pmathew92)

3.9.0

11 Aug 13:12
cc69cb3

Choose a tag to compare

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

  • userInfo api in the AuthenticationAPIClient class now takes a tokenType parameter with a default value of Bearer.

3.8.0

04 Jun 06:21
f2f3993

Choose a tag to compare

Added

  • Added support to enroll passkeys with My Account API #837 (pmathew92)

3.7.0

09 May 06:32
ad7f5ba

Choose a tag to compare

Added

3.6.0

28 Apr 06:28
7c2602b

Choose a tag to compare

Added

Changed

3.5.0

17 Mar 06:29
ceb2dd4

Choose a tag to compare

Added

  • Updated documentation to pass an activity context for login and logout #808 (pmathew92)
  • Add to CustomTabsOptions ability to disable opening auth in custom tab #806 (bennycao)

Changed

3.4.0

13 Feb 09:31
e3afbe2

Choose a tag to compare

Added

Changed