Skip to content

Latest commit

 

History

History
120 lines (70 loc) · 4.79 KB

File metadata and controls

120 lines (70 loc) · 4.79 KB

1.7.0

Features

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

1.6.0

Features

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

Bug Fix

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

1.5.0

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

Bug Fix

  • #16 Points to OIDC 3.9.2 (iOS)

1.4.3

  • #11 Pins Cocoa Pod for iOS OIDC library to 3.8.0 because 3.9.0 introduces a conflict with Google AppAuth library

1.4.2

1.4.1

Bug fix

  • #790 Pass consistent UA header in http request

1.4.0

Features

  • #751
    • Support primary authentication flow
    • Add getAuthClient method to expose @okta/okta-auth-js client instance
    • Add Promise support for authenticate method

1.3.0

Features

  • f734054 - clearTokens will remove all tokens from local storage

1.2.3

Bug Fix

  • 52bebbf - Update Android OIDC dependency to 1.0.8

1.2.2

Bug Fix

  • 05a3033 - refreshTokens should save the new tokens (iOS)

1.2.1

Bug fix

  • 05be754 - Compilation error in Android bridge file

1.2.0

Features

  • 58618c8 - Added authenticate(withSessionToken:) public method

1.1.0

Features

  • 58618c8 - Added support for React Native 0.60.x

1.0.2

Features

1.0.1

Features

  • 138f068 - Make hardware backed key store configurable on android devices

Other

  • 773bc9f - Clears session client on android after user signs out

1.0.0

Features

  • e8948a8 - Reworks the React Native SDK. This major version upgrade removes Expo/Unimodules dependencies, replaces with Native Modules acting as wrappers around okta-oidc-android and okta-oidc-ios, and introduces new usages. For more details, refer to the commit.

0.1.2

Other

  • 2945461 - Updates @okta/configuration-validation version

0.1.1

Features

  • 1d214b4 - Adds configuration validation for issuer, client_id, and redirect_uri when passed into the security component.

Other