Skip to content

Releases: auth0/react-native-auth0

v3.0.0

10 Aug 10:01
2d91f47
Compare
Choose a tag to compare

v3.0.0 (2023-08-10)

Full Changelog

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

Added

  • Credentials are returned as part of authorize methods in hooks
  • Support for organizations name in login
  • Added sample app in the repository
  • Expo plugin is updated to latest version
  • Added 'openid profile email' as mandatory scopes
  • Option to forceRefresh is added in getCredentials
  • Added hasValidCredentials to hooks
  • More options to authorize using Hooks
    • authorizeWithSMS
    • authorizeWithEmail
    • authorizeWithOOB
    • authorizeWithOTP
    • authorizeWithRecoveryCode

Changed

  • Custom Scheme is now optional in Expo
  • Migrated the codebase to Typescript
  • Use Native SDKs (Auth0.Android and Auth0.Swift) for Web Authentication
  • Credentials object in Android will return expiresIn instead of expiresAt
  • max_age parameter is changed to maxAge in WebAuth.authorize()
  • customScheme is now part of ClearSessionOptions instead of ClearSessionParameters in clearSession
  • Minimum supported version for iOS is bumped to 13
  • Revoke Token and Change Password now return void instead of an empty object

Removed

  • Removed the type property returned in the Credentials object in Android. Use tokenType instead.
  • skipLegacyListener has been removed in authorize and clearSession

Security

v3.0.0-beta.3

11 Jul 13:07
a2539d5
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

v3.0.0-beta.3 (2023-07-11)

Full Changelog

Added

v3.0.0-beta.2

10 Jul 10:34
04157b2
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

v3.0.0-beta.2 (2023-07-10)

Full Changelog

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

Added

  • Credentials are returned as part of authorize methods in hooks
  • Added sample app in the repository
  • Expo plugin is updated to latest version
  • Added 'openid profile email' as mandatory scopes
  • Option to forceRefresh is added in getCredentials
  • Added hasValidCredentials to hooks
  • More options to authorize using Hooks
  • authorizeWithSMS
  • authorizeWithEmail
  • authorizeWithOOB
  • authorizeWithOTP
  • authorizeWithRecoveryCode

Changed

  • Custom Scheme is now optional in Expo
  • Migrated the codebase to Typescript
  • Use Native SDKs (Auth0.Android and Auth0.Swift) for Web Authentication
  • Credentials object in Android will return expiresIn instead of expiresAt
  • max_age parameter is changed to maxAge in WebAuth.authorize()
  • customScheme is now part of ClearSessionOptions instead of ClearSessionParameters in clearSession
  • Minimum supported version for iOS is bumped to 13
  • Revoke Token and Change Password now return void instead of an empty object

Removed

  • Removed the type property returned in the Credentials object in Android. Use tokenType instead.
  • skipLegacyListener has been removed in authorize and clearSession

Supported Versions

  • Minimum supported version for iOS is bumped to 13
  • Minimum supported version for Expo is bumped to 48

v2.17.4

15 Jun 17:32
a03fa97
Compare
Choose a tag to compare

Fixed

v2.17.3

15 Jun 16:09
64b4759
Compare
Choose a tag to compare

Fixed

v2.17.2

27 Apr 09:46
4ff2b6e
Compare
Choose a tag to compare

Added

Fixed

v2.17.1

09 Feb 07:11
7381ef3
Compare
Choose a tag to compare

Fixed

v2.17.0

01 Feb 04:49
a2330dd
Compare
Choose a tag to compare

Added

Fixed

Security

v2.16.0

16 Nov 16:17
e293391
Compare
Choose a tag to compare

Added

Fixed

v2.15.0

07 Nov 13:55
2fe55ea
Compare
Choose a tag to compare

Added

Fixed