- #48 Adds support for "idp" parameter on iOS
- #46 Fix a null pointer exception in OktaSdkBridgeModule#onActivityResult
- #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
- #20 Updates minimum Android SDK version to 21
- #16 Points to OIDC 3.9.2 (iOS)
- #11 Pins Cocoa Pod for iOS OIDC library to 3.8.0 because 3.9.0 introduces a conflict with Google AppAuth library
- #10 Upgrades okta-oidc-android dependency
- #790 Pass consistent UA header in http request
- #751
- Support primary authentication flow
- Add
getAuthClientmethod to expose@okta/okta-auth-jsclient instance - Add
Promisesupport forauthenticatemethod
f734054-clearTokenswill remove all tokens from local storage
52bebbf- Update Android OIDC dependency to 1.0.8
05a3033-refreshTokensshould save the new tokens (iOS)
05be754- Compilation error in Android bridge file
58618c8- Addedauthenticate(withSessionToken:)public method
58618c8- Added support for React Native 0.60.x
c422f1d- Add Carthage support
138f068- Make hardware backed key store configurable on android devices
773bc9f- Clears session client on android after user signs out
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.
2945461- Updates@okta/configuration-validationversion
1d214b4- Adds configuration validation forissuer,client_id, andredirect_uriwhen passed into the security component.
c8b7ab5a- Migrate dependencies to project root utilizing yarn workspaces.c26ffa0- Locks react-native dependency to0.55.e1eecba- Callout Expo dependency.