Skip to content

Latest commit

 

History

History
93 lines (47 loc) · 3.83 KB

File metadata and controls

93 lines (47 loc) · 3.83 KB

react-native-app-auth

8.1.0

Minor Changes

  • Add expo config plugin (#1097)

8.0.3

Patch Changes

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

8.0.2

Patch Changes

  • #1063 Updated getCustomBrowser: in RNAppAuth.m to explicitly check the return value of browser. If the value is not in the dictionary, it will return nil to trigger an ephemeral session. (#1064)

8.0.1

Patch Changes

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

8.0.0

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)

7.2.0

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)

7.1.3

Patch Changes

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

7.1.2

Patch Changes

  • Fix iosCustomBrowser not exchanging token (cb3b70a)

7.1.1

Patch Changes

  • Fix Android crash with NullPointerException (a437123)

7.1.0

Minor Changes

  • Added androidTrustedWebActivity config to opt-in to EXTRA_LAUNCH_AS_TRUSTED_WEB_ACTIVITY (#908)

7.0.0

Minor Changes

  • Added support for Chrome Trusted Web Activity (#897)

Patch Changes

  • Fix order of parameters for register on iOS (#804)
  • Readme update for RN 0.68+ setup (#900)
  • Update README to link to Contributing guide (#887)
  • correct swift setup example code (#775)
  • Improve readability of method arguments be renaming headers argument to customHeaders (#899)
  • Fix support of setAdditionalParameters on logout method on Android (#765)
  • Update the Example app to RN 0.72 (#896)
  • Fix authorization state parameter in iOS when using custom configuration (#847)
  • Adding GitHub release workflow (#853)
  • Added Asgardeo configuration example (#882)