Skip to content

Releases: okta/okta-react-native

1.9.0

18 Feb 08:57
ee2f672
Compare
Choose a tag to compare

Features

  • #77 Adds support for typescript

Bug Fixes

  • #76 Returns true for isAuthenticated only if both Access and ID Tokens are valid (ios)
  • #78 Fixes npe for unauthorized token request
  • #79 Returns true for isAuthenticated only if both Access and ID Tokens are valid (android)

Other

  • #71 Upgrades outdated dependencies

1.8.1

29 Jan 18:17
df1cb3c
Compare
Choose a tag to compare

Bug Fix

  • #66 Rejects getAccessToken promise if expired

1.8.0

26 Jan 17:46
Compare
Choose a tag to compare

Bug Fixes

  • #62 Fixes getAccessToken promise rejection
  • #60 Sanity check in introspecttoken
  • #57 Fixes ios background thread exception

1.7.0

20 Jan 16:16
d35373d
Compare
Choose a tag to compare

Features

  • #26 Adds transaction failure status when transaction status is not "SUCCESS" in signIn

1.6.0

13 Jan 23:24
a54759b
Compare
Choose a tag to compare

Features

  • #48 Adds support for "idp" parameter on iOS

Bug Fix

  • #46 Fix a null pointer exception in OktaSdkBridgeModule#onActivityResult

1.5.0

13 Jan 23:25
c184b22
Compare
Choose a tag to compare

Features

  • #24 Supports setting a Chrome tab color on Android
  • #29 Adds support for HTTP timeouts on Android
  • #30 Adds support for "idp" parameter on Android

Other

  • #20 Updates minimum Android SDK version to 21

1.4.4

14 Oct 21:44
Compare
Choose a tag to compare

Bug Fix

  • #16 Points to OIDC 3.9.2 (iOS)