Skip to content

Releases: FormidableLabs/react-native-app-auth

v7.2.0

14 May 14:34
2b61fa3
Compare
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
Compare
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)

v7.1.2

16 Feb 17:56
351a9cf
Compare
Choose a tag to compare

Patch Changes

  • Fix iosCustomBrowser not exchanging token (cb3b70a)

v7.1.1

16 Feb 15:07
552831e
Compare
Choose a tag to compare

Patch Changes

  • Fix Android crash with NullPointerException (a437123)

v7.1.0

02 Oct 08:48
ccd565f
Compare
Choose a tag to compare

Minor Changes

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

v7.0.0

07 Sep 09:21
e66d806
Compare
Choose a tag to compare

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 to customHeaders (#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

23 Nov 20:09
Compare
Choose a tag to compare
v.7.0.0-rc2 Pre-release
Pre-release

Add support for prefersEphemeralSession on iOS by @badsyntax #787

v.7.0.0-rc1

16 Nov 19:23
Compare
Choose a tag to compare
v.7.0.0-rc1 Pre-release
Pre-release

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 🏆

v.6.4.3

14 Feb 20:11
Compare
Choose a tag to compare

🐛 Bugfix 🐛

  • Fixes broken compilation when using MacCatalyst - thanks @vincentjames501 🙌

v6.4.2

02 Feb 20:00
Compare
Choose a tag to compare

Logout and configurable timeout

  • Adds OIDC RP Initiated Logout - thanks @gispada 🚀
  • Adds a configurable timeout to prefetchConfiguration, register, authorize and refresh requests - @Jay-A-McBee 🌮

📖 Documentation 📖

  • Readme has been updated with new configuration properties - endSessionEndpoint and connectionTimeoutSeconds