Skip to content

Releases: auth0/react-native-auth0

v2.9.0

23 Jun 17:25
Compare
Choose a tag to compare

⚠️ BREAKING CHANGE

  • Fixed authentication restart when the app is minimized [SDK-2199]#350 (Widcket)

The breaking change affects the Android configuration. Previously it was required to add an intent filter in the definition of the Activity that receives the authentication result, and to use the singleTask launchMode in that activity. Now both the intent filter and the launch mode must be removed and instead you need to add a couple of manifest placeholders. Check out the Android section for more details.

v2.8.3

07 May 00:50
Compare
Choose a tag to compare

Changed

  • Add React 17 to the package.json semver range #373 (Widcket)

v2.8.2

04 May 00:27
Compare
Choose a tag to compare

Fixed

v2.8.1

19 Apr 17:22
d3828ae
Compare
Choose a tag to compare

Full Changelog

Fixed

v2.8.0

26 Mar 15:25
60d923a
Compare
Choose a tag to compare

Full Changelog

Added

v2.7.0

06 Jan 11:24
Compare
Choose a tag to compare

Added

  • Added support for using a custom scheme in the callback URL [SDK-2223]#351 (Widcket)

v2.6.0

12 Aug 02:21
8110c53
Compare
Choose a tag to compare

Full Changelog

Added

Fixed

Security

v2.5.0

12 Aug 02:20
11ee0ef
Compare
Choose a tag to compare

This release requires at minimum React Native SDK version 0.62.2. If you need to run it on a different version, check the Compatibility Matrix on the README for reference.

Full Changelog

Added

  • Warn when bundle identifier contains uppercase characters #316 (lbalmaceda)

Security

v2.4.0

12 Aug 02:19
46cd8e1
Compare
Choose a tag to compare

Full Changelog

Added

  • Added support for ephemeral sessions [SDK-1412]#305 (Widcket)

Security

v2.3.1

30 Apr 13:08
Compare
Choose a tag to compare

Fixed

Security