Skip to content

Releases: FormidableLabs/react-native-app-auth

v5.1.3

12 Aug 20:03
Compare
Choose a tag to compare
  • Use correct tag in Podspec #553

v6.0.0-rc2

10 Aug 17:55
Compare
Choose a tag to compare
v6.0.0-rc2 Pre-release
Pre-release
  • Update AppAuth-iOS to v1.4.0 #549

v6.0.0-rc1

07 Aug 10:12
0eb7d0c
Compare
Choose a tag to compare
v6.0.0-rc1 Pre-release
Pre-release

🚨 BREAKING CHANGES 🚨

  • Update platform iOS to 10.0 in podspec #498
  • [Android] parse additional data #509
  • Expose OAuth error codes #482

🚀 Improvements 🚀

  • Support Manual Authorization Code Exchange #466

🐛 Bugfixes 🐛

  • Add a fallback for presenting view controller on ios #544

v5.1.2

27 Apr 18:23
Compare
Choose a tag to compare

Fix Android crash on uninitialized dangerouslyAllowHttpRequests instance variable #503 - thanks @xchmelmilos 🚀

v5.1.1

01 Mar 18:41
Compare
Choose a tag to compare

Fix android crashing on null issuer #475 - thanks @aeirola 💯

v5.1.0

26 Feb 15:51
Compare
Choose a tag to compare

Fix auth on multiple providers on Android #470 - thanks @aeirola 💯

v5.0.2

19 Feb 16:47
Compare
Choose a tag to compare

Fix readme #464 - thanks @anastely 👍
Fix typescript types #465 - thanks @unosk 💯

v5.0.1

19 Feb 10:28
Compare
Choose a tag to compare

Fix flow types #457 - thank you @kjng 🙌
Fix running android tests #459 - thank you @AlexK777 👍

v5.0.0

10 Jan 16:38
Compare
Choose a tag to compare

Breaking Changes

React Native 0.60+

Upgrade to React Native 0.60+ is required (the last version to support pre-RN 0.60 will be 4.4.0)

Error messaging

Error messages have been updated 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

Issues and Bugfixes

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