Releases: FormidableLabs/react-native-app-auth
[email protected]
Patch Changes
- Update AppAuth-iOS to version 1.7.6 (#1039)
[email protected]
Now supports bridgeless mode. Shoutout to @shirakaba for the contribution.
Major Changes
- Breaking change (iOS, Mac Catalyst): The boolean values
useNonce
,usePCKE
, andprefersEphemeralSession
are now handled correctly. Previously, they were all being interpreted asfalse
regardless of their actual values, but now the intended (true
orfalse
) value is correctly marshalled from JavaScript to native. To preserve behaviour from before this breaking change, explicitly set them all tofalse
. (#1000)
Patch Changes
v7.2.0
v7.1.3
v7.1.2
v7.1.1
v7.1.0
v7.0.0
Minor Changes
- Added support for Chrome Trusted Web Activity (#747). Thanks @tomferreira 🚀
Patch Changes
-
Fix order of parameters for register on iOS (#804). Thanks @tudormarze 🙌
-
Readme update for RN 0.68+ setup (#900)
-
Update README to link to Contributing guide (#887)
-
correct swift setup example code (#775). Thanks @miblanchard 🏅
-
Improve readability of method arguments be renaming
headers
argument tocustomHeaders
(#899) -
Fix support of setAdditionalParameters on logout method on Android (#765). Thanks @chathuraSupun 🎺
-
Update the Example app to RN 0.72 (#896)
-
Fix authorization state parameter in iOS when using custom configuration (#847). Thanks @adammlr 💯
-
Adding GitHub release workflow (#853)
-
Added Asgardeo configuration example (#882). Thanks @pavinduLakshan 🎉
v.7.0.0-rc2
Add support for prefersEphemeralSession on iOS by @badsyntax #787
v.7.0.0-rc1
New Features & Bug Fixes:
- update net.openid:appauth from 0.8.1 to 0.11.1 #731 - thanks @eliaslecomte 🎉
- add missing app auth error code #732 thanks @eliaslecomte 🚀
- generate state if no state is passed ios #735 - thanks @johnnytomcat 💯
- pass additional param ui_locales #737 - thanks @stetbern 👏
- custom Nonce passing as an additional parameter is not properly configured #736 - thanks @AnassHmida 🥇
- make the PodSpec Dependency not locked to 1.4.0 and use ~> '1.4' #756 - thanks @tanakaderoy 🙌
- adding support for specifying what browser needs to be used for authorization #655 - thanks @tdekoning 🏆