8000 Releases · auth0/Auth0.Android · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: auth0/Auth0.Android

3.7.0

09 May 06:32
ad7f5ba
Compare
Choose a tag to compare

Added

3.6.0

28 Apr 06:28
7c2602b
Compare
Choose a tag to compare

Added

Changed

3.5.0

17 Mar 06:29
ceb2dd4
Compare
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
Compare
Choose a tag to compare

Added

Changed

3.3.0

06 Feb 15:53
1364458
Compare
Choose a tag to compare

Added

3.2.1

09 Dec 07:47
6735a79
Compare
Choose a tag to compare

Added

  • Added new error types for CredentialsManagerException #783 (pmathew92)
  • Making realm parameter optional for passkeys #776 (pmathew92)

3.2.0

07 Nov 08:07
d58083d
Compare
Choose a tag to compare

Added

  • Supporting passkey via AuthenticationAPIClient #773 (pmathew92)

3.1.0

31 Oct 12:18
9e28b45
Compare
Choose a tag to compare

Added

3.0.0

30 Oct 13:03
dcf37dd
Compare
Choose a tag to compare

Full changelog

💡 Check the Migration Guide to understand the changes required to migrate your application to v3.

💡 Check the 3.0.0.beta.0 to understand other major changes .

⚠️ BREAKING CHANGES

  • BREAKING CHANGE: updated description of AuthenticationException in case of empty description #756 (desusai7)
  • feat: implemented biometrics authentication for SecureCredentialsManager using androidx.biometrics package #745 (desusai7)

Added

  • Guard against NPE in the AuthenticationActivity #759 (pmathew92)

3.0.0-beta.0

01 Aug 16:05
894cdf3
Compare
Choose a tag to compare
3.0.0-beta.0 Pre-release
Pre-release

Early Availability

⚠️ BREAKING CHANGES

Auth0 Class

  • Constructor: The constructor of the Auth0 class is now private. Use Auth0.getInstance(clientId, domain) to get an instance. This method checks if an instance with the given configuration exists; if yes, it returns it, otherwise, it creates a new one.

BaseCredentialsManager Interface

  • New Methods: Added multiple overloads of getCredentials() and awaitCredentials() to the BaseCredentialsManager interface. All implementations of this interface must now override these new methods.

Request Interface

  • await Function: The await function of the Request interface is now abstract. All implementations must implement this method.

Credentials Class

  • Data Class: The Credentials class is now a data class and can no longer be extended. The currentTimeInMillis property has been removed.

SecureCredentialsManager

  • requireAuthentication Method: The requireAuthentication method, used to enable authentication before obtaining credentials, has been removed. Refer to the Enabling Authentication section for the new approach.
0