Skip to content

Releases: FormidableLabs/react-native-app-auth

react-native-app-auth@8.4.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 16:04
6f9090c

Patch Changes

  • Fix Expo config plugin support for Swift AppDelegate templates that omit public before the AppDelegate class declaration, and correctly extract URL schemes from AppAuth redirect URLs that use a single slash. (#1123)

react-native-app-auth@8.4.0

Choose a tag to compare

@github-actions github-actions released this 28 May 15:33
10f70f3

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

Choose a tag to compare

@github-actions github-actions released this 20 May 16:20
24a2a4f

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

Choose a tag to compare

@github-actions github-actions released this 18 May 09:47
265154e

Minor Changes

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

react-native-app-auth@8.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Oct 18:36
8fc717b

Minor Changes

  • Add expo config plugin (#1097)

react-native-app-auth@8.0.3

Choose a tag to compare

@github-actions github-actions released this 23 May 21:16
0f47f59

Patch Changes

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

react-native-app-auth@8.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Mar 18:01
ad3018d

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

Choose a tag to compare

@github-actions github-actions released this 26 Nov 17:18
3530c7d

Patch Changes

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

react-native-app-auth@8.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 14:15
ea7ff69

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

Choose a tag to compare

@github-actions github-actions released this 14 May 14:34
2b61fa3

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)