Releases: FormidableLabs/react-native-app-auth
Releases · FormidableLabs/react-native-app-auth
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 🏆
v.6.4.3
🐛 Bugfix 🐛
- Fixes broken compilation when using MacCatalyst - thanks @vincentjames501 🙌
v6.4.2
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
andconnectionTimeoutSeconds
v6.4.1
v6.4.0
- Android: remove build tools version #639 - @dulmandakh 🙌
- Android: useNonce support #640 - @SleipRecx 🎉
- Android: onActivityResult code change #641 - @KrasimirGatevMentorMate 🕺
- Android: correctly parse non-standard auth exceptions #646 - @bobsmits 💯
- Android: http support fix #649 - @jspizziri 🥇
v6.3.0
v6.2.0
v6.1.0
- #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
- Android: guard null promise in case of skipCodeExchange #595 - thank you @FallenDestiny and @Shervanator 🚀
- Android: fix scopes array loop #592 - thank you @Markario 👏
- Android: add custom state as an additional parameter #587 - thanks you @klandell 🙌