Skip to content

Releases: FormidableLabs/react-native-app-auth

v7.0.0

07 Sep 09:21
e66d806

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

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

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

Choose a tag to compare

🐛 Bugfix 🐛

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

v6.4.2

02 Feb 20:00

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

v6.4.1

30 Dec 17:31

Choose a tag to compare

🐛 Bugfixes 🐛

  • Improve iOS error handling #654 - @pond 🎉
  • Fix a potential iOS build error due to a generic variable name that can be easily found in other projects #697 - @rformato 🎄

📖 Documentation 📖

  • Readme should mention that appAuthRedirectScheme must be lowercased for application be able to catch authorization redirect #659 - @Dergash 🥇

v6.4.0

27 Jun 17:36

Choose a tag to compare

v6.3.0

19 May 14:20

Choose a tag to compare

v6.2.0

10 Mar 20:07

Choose a tag to compare

  • #607 Support for custom http headers on iOS - thank you @carrybit 🚀

v6.1.0

13 Feb 16:05

Choose a tag to compare

  • #599 Avoid crash on Android when no browsers are found - thank you @carrybit 🙌
  • #604 support PKCE for manual code exchange - thank you @davemurphysf 🚀