- Add expo config plugin (#1097)
- Update AGP and Android target/compile SDK (#1024)
- #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)
- Update AppAuth-iOS to version 1.7.6 (#1039)
- Breaking change (iOS, Mac Catalyst): The boolean values
useNonce,usePCKE, andprefersEphemeralSessionare now handled correctly. Previously, they were all being interpreted asfalseregardless of their actual values, but now the intended (trueorfalse) value is correctly marshalled from JavaScript to native. To preserve behaviour from before this breaking change, explicitly set them all tofalse. (#1000)
- fix hard crash if config object was incorrect (#1010)
- Updated the minimum version of AppAuth-iOS to 1.7.3 to meet the package's requirement, which includes the necessary privacy manifest. (#971)
- Moves '@changesets/cli' from dependencies to devDependencies, so that it isn't downloaded for react-native-app-auth package users (#945)
- Fix iosCustomBrowser not exchanging token (
cb3b70a)
- Fix Android crash with NullPointerException (
a437123)
- Added
androidTrustedWebActivityconfig to opt-in to EXTRA_LAUNCH_AS_TRUSTED_WEB_ACTIVITY (#908)
- Added support for Chrome Trusted Web Activity (#897)
- 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
headersargument tocustomHeaders(#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)