Skip to content

Releases: auth0/react-native-auth0

v2.1.0

28 Oct 21:19
e59a2be
Compare
Choose a tag to compare

Full Changelog

Security

v2.0.0

08 Oct 19:06
12900cc
Compare
Choose a tag to compare

This is a major release that supports CocoaPods and Android X.

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

Migration notes:

  • Install the SDK with yarn add react-native-auth0 or npm npm install react-native-auth0 --save.
  • Install the Pod for the iOS native module. Change into the ios directory of your application and run pod install.

Every iOS application after React Native SDK version 0.60.0 has a podfile file. If yours doesn't, please check the documentation on how to generate a valid one.

Full Changelog

v1.6.0

23 Sep 20:41
63471bc
Compare
Choose a tag to compare

Full Changelog

Added

v1.5.0

15 Jul 17:39
3e0a3fd
Compare
Choose a tag to compare

Full Changelog

Changed

  • Enable WebAuth Logout for Android & Fix iOS Logout. #223 (lbalmaceda)

Fixed

  • Fix error handling by using authentication error class #228 (lbalmaceda)

v1.4.2

24 Apr 19:54
051655b
Compare
Choose a tag to compare

Full Changelog

Changed

v1.4.1

18 Apr 16:52
Compare
Choose a tag to compare

Fixed

v1.4.0

18 Apr 15:15
64b9caf
Compare
Choose a tag to compare

Changed

  • Remove obsolete React dependency from podspec. #192 (rnevius)
  • Added iOS SF/ASWeb AuthenticationSession support #187 (cocojoe)
  • Allow authorize options to override default values #177 (kenzic)

v1.3.1

26 Oct 12:47
39d5d9b
Compare
Choose a tag to compare

Changed

  • Update Minimum iOS Deployment Target, inline with React Libs #176 (coosamatt)

v1.2.2

01 Feb 10:39
e3d135c
Compare
Choose a tag to compare

Fixed

1.1.0

18 Aug 04:34
0b6db63
Compare
Choose a tag to compare

Full Changelog
Closed issues

  • Could not invoke A0Auth.showUrl #67

Added

  • Added clearSession iOS Safari Method #65 (cocojoe)

Fixed

  • Change customtabs version to the same as default build tools #78 (lukecwilliams)