Skip to content

Releases: FormidableLabs/react-native-app-auth

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

v6.4.1

30 Dec 17:31
Compare
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
Compare
Choose a tag to compare

v6.3.0

19 May 14:20
Compare
Choose a tag to compare

v6.2.0

10 Mar 20:07
Compare
Choose a tag to compare
  • #607 Support for custom http headers on iOS - thank you @carrybit 🚀

v6.1.0

13 Feb 16:05
Compare
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 🚀

v6.0.2

14 Jan 10:23
Compare
Choose a tag to compare

v6.0.1

06 Nov 12:37
Compare
Choose a tag to compare

🚀 Improvements 🚀

  • [iOS] Fix React dependency to enable XCode 12 build #562

📖 Documentation 📖

  • Added a missing comma in the fusionAuth config #574