Skip to content

Releases: FormidableLabs/react-native-app-auth

v4.1.1

27 Feb 15:40

Choose a tag to compare

Fixes null response for 'scope' on Android #259 - thanks @zzorba

v4.1.0

21 Feb 21:11

Choose a tag to compare

⚠️ Breaking change ⚠️ - thanks @Oyvindkg for pointing this out. More info here: #340
This was not intentional, we do intend to follow semver strictly.

v4.0.0

11 Oct 16:18

Choose a tag to compare

This is a major version release, because we've updated the Android package scheme from com.reactlibrary (which was the default, but can cause naming conflicts) to com.rnappauth.

To migrate, in your MainApplication.java, replace
import com.reactlibrary.RNAppAuthPackage;
with
import com.rnappauth.RNAppAuthPackage;

  • update AppAuth-Android to 0.7.1 #185 (thanks @tbsf) 🎉
  • update Android app id to com.rnappauth #191
  • add Carthage support #189
  • update Android sdk #190
  • add docs for AWS Cognito #192
  • update examples #196

v3.1.0

21 Aug 11:06

Choose a tag to compare

  • iOS improvements #151
  • iOS instructions improvements #164 #165

v3.0.2

09 Aug 15:55

Choose a tag to compare

Fixes recursive header expansion error issue #161

v3.0.1

13 Jul 09:34

Choose a tag to compare

Fixes registration endpoint key in Android #144

v3.0.0

11 Jul 15:33

Choose a tag to compare

Fix integration to auth flow session #131

No new functionality, but this is a breaking change, hence the major version bump.

v2.6.1

29 Jun 20:20

Choose a tag to compare

  • patch to allow empty scopes on Android #133

v2.6.0

19 Jun 13:11

Choose a tag to compare

  • adds missing import on Android #121

v2.5.0

19 Jun 06:42

Choose a tag to compare

  • adds support for no scopes #119