Skip to content

Releases: FormidableLabs/react-native-app-auth

react-native-app-auth@8.4.0

28 May 15:33
10f70f3

Choose a tag to compare

Minor Changes

  • Add androidPrefersEphemeralSession to request ephemeral Custom Tabs on Android when supported. (#1100)

    This also updates AndroidX Browser to 1.9.0, so Android projects now need min SDK 21+, compile SDK 36+, and Android Gradle Plugin 8.9.1+.

react-native-app-auth@8.3.0

20 May 16:20
24a2a4f

Choose a tag to compare

Minor Changes

  • Expose underlying native authorization errors on error.nativeError for debugging while keeping error.message user-safe. (#886)

Patch Changes

  • Support Expo 55 AppDelegate declarations without the public class modifier. (#1109)

  • Remove duplicate iOS auth state and nonce parameters. (#974)

  • Add missing RCTLinkingManager fallback for non-auth urls in iOS AppDelegate setup docs and example (#1115)

react-native-app-auth@8.2.0

18 May 09:47
265154e

Choose a tag to compare

Minor Changes

  • Added support for passing response_mode as an additional parameter in the config. (#1113)

react-native-app-auth@8.1.0

17 Oct 18:36
8fc717b

Choose a tag to compare

Minor Changes

  • Add expo config plugin (#1097)

react-native-app-auth@8.0.3

23 May 21:16
0f47f59

Choose a tag to compare

Patch Changes

  • Update AGP and Android target/compile SDK (#1024)

react-native-app-auth@8.0.2

12 Mar 18:01
ad3018d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/FormidableLabs/react-native-app-auth/compare/react-native-app-auth@8.0.1...react-native-app-auth@8.0.2

react-native-app-auth@8.0.1

26 Nov 17:18
3530c7d

Choose a tag to compare

Patch Changes

  • Update AppAuth-iOS to version 1.7.6 (#1039)

react-native-app-auth@8.0.0

22 Aug 14:15
ea7ff69

Choose a tag to compare

Now supports bridgeless mode. Shoutout to @shirakaba for the contribution.

Major Changes

  • Breaking change (iOS, Mac Catalyst): The boolean values useNonce, usePCKE, and prefersEphemeralSession are now handled correctly. Previously, they were all being interpreted as false regardless of their actual values, but now the intended (true or false) value is correctly marshalled from JavaScript to native. To preserve behaviour from before this breaking change, explicitly set them all to false. (#1000)

Patch Changes

  • fix hard crash if config object was incorrect (#1010) @zibs

v7.2.0

14 May 14:34
2b61fa3

Choose a tag to compare

Minor Changes

  • Updated the minimum version of AppAuth-iOS to 1.7.3 to meet the package's requirement, which includes the necessary privacy manifest. (#971)

v7.1.3

22 Feb 19:30
b42e66a

Choose a tag to compare

Patch Changes

  • Moves '@changesets/cli' from dependencies to devDependencies, so that it isn't downloaded for react-native-app-auth package users (#945)