Skip to content

Releases: FormidableLabs/react-native-app-auth

v4.0.0

11 Oct 16:18
Compare
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
Compare
Choose a tag to compare
  • iOS improvements #151
  • iOS instructions improvements #164 #165

v3.0.2

09 Aug 15:55
Compare
Choose a tag to compare

Fixes recursive header expansion error issue #161

v3.0.1

13 Jul 09:34
Compare
Choose a tag to compare

Fixes registration endpoint key in Android #144

v3.0.0

11 Jul 15:33
Compare
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
Compare
Choose a tag to compare
  • patch to allow empty scopes on Android #133

v2.6.0

19 Jun 13:11
Compare
Choose a tag to compare
  • adds missing import on Android #121

v2.5.0

19 Jun 06:42
Compare
Choose a tag to compare
  • adds support for no scopes #119

v2.4.1

18 Apr 19:12
Compare
Choose a tag to compare
  • swift installation instructions #91
  • fix client secret usage in refresh on Android #97

Many thanks to @paulbrittain and @itaym2 🙌

v2.4.0

19 Mar 19:52
Compare
Choose a tag to compare
  • Added support for older Android phones (API 16-19) #76
  • Preventing Android errors when using built in parameters #74

Many thanks for @Murmand and @no23reason for these updates - much appreciated 🙌