Skip to content

Releases: FormidableLabs/react-native-app-auth

v5.0.0-rc4

08 Jan 11:28
Compare
Choose a tag to compare
v5.0.0-rc4 Pre-release
Pre-release

Breaking Changes

Error messages have been updates to use consistent naming across iOS and Android #378

The errors are now as follows:

  • service_configuration_fetch_error - could not fetch the service configuration
  • authentication_failed - user authentication failed
  • token_refresh_failed - could not exchange the refresh token for a new JWT
  • registration_failed - could not register

Features and bugfixes

v5.0.0-rc3 Fix iOS 13 compatibility

05 Oct 16:04
Compare
Choose a tag to compare
Pre-release

Fixes iOS 13 compatibility #386 - thank you @Mitch528

v5.0.0-rc2 - fix autolinking on iOS

04 Sep 13:39
Compare
Choose a tag to compare
Pre-release

v5.0.0-rc1 - RN 0.60 Support

15 Jul 17:11
Compare
Choose a tag to compare
Pre-release

This is a Breaking Change - upgrade to React Native 0.60+ will be required.

  • support Android X #328
  • support autolinking on iOS #338
  • upgrade AppAuth to 1.0.0 #338
  • stop onActivityResult from proceeding when intent is null #352 - thanks @AlgirdasVZ 🙏

v4.4.0

30 May 15:43
Compare
Choose a tag to compare
  • Update react-native peer dependency version #301
  • Add a method to prefetch AuthorizationServiceConfiguration (Android) #289

v4.3.1

01 Apr 10:33
Compare
Choose a tag to compare

Fixes breaking change in param order on Android introduced in the last release #284 - thanks @kpelelis

v4.3.0

31 Mar 16:25
Compare
Choose a tag to compare
  • Enable specifying client auth method (Android only) #272
  • Enable skipping PKCE auth for Android (now feature parity with iOS) #284

v4.2.0

13 Mar 09:02
Compare
Choose a tag to compare

v4.1.1

27 Feb 15:40
Compare
Choose a tag to compare

Fixes null response for 'scope' on Android #259 - thanks @zzorba

v4.1.0

21 Feb 21:11
Compare
Choose a tag to compare

⚠️ Breaking change ⚠️ - thanks @Oyvindkg for pointing this out. More info here: #340
This was not intentional, we do intend to follow semver strictly.