Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Releases: okta/okta-oidc-js

@okta/okta-react@1.3.0

09 Dec 23:52
7fb37ed
Compare
Choose a tag to compare

1.3.0

Features

  • 558696 - Upgrades to @okta/okta-auth-js@2.11 which includes new options for signout: 3e8c65

@okta/okta-angular@1.3.0

09 Dec 23:53
7fb37ed
Compare
Choose a tag to compare

1.3.0

Features

  • 558696 - Upgrades to @okta/okta-auth-js@2.11 which includes new options for signout: 3e8c65

@okta/okta-react-native@1.2.2

02 Jan 21:46
2d54b63
Compare
Choose a tag to compare

Bug Fix

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

@okta/oidc-middleware@2.1.0

12 Nov 19:05
9d651d3
Compare
Choose a tag to compare

Features

Bug Fixes

  • Errors during logout would cause the user to receive an empty page and remain logged in. #585 -

    Due to this bug, errors during logout were being incorrectly suppressed and would not have been seen by the server process. Instead, the user would see a blank page. With this fix, the user will be logged out correctly, but the error event will also now be emitted to the server process.

    Your server code should be prepared to either log or ignore this error.

@okta/okta-react-native@1.2.1

24 Sep 17:43
Compare
Choose a tag to compare

Bug fix

  • 05be754 - Compilation error in Android bridge file

@okta/okta-react-native@1.2.0

17 Sep 20:22
e31bf49
Compare
Choose a tag to compare

Features

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

@okta/okta-react-native@1.1.0

03 Sep 23:08
896ca25
Compare
Choose a tag to compare

Features

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

@okta/okta-vue@1.1.1

30 Aug 18:19
896ca25
Compare
Choose a tag to compare

Features

  • 3e0666d - Support PKCE authorization flow

Other

  • 654550 - All configuration options are now accepted. See Configuration Reference. Camel-case (clientId) is now the preferred syntax for all Okta OIDC libraries. Underscore syntax (client_id) will be deprecated in a future release.

  • a2a7b3e - Configuration property scope (string) is deprecated in favor of scopes (array). Normalize config format for the properties responseType and scopes, used in get token flows. Fully support deprecated config properties request_type and scope as previously documented and used within the okta-vue samples.

@okta/okta-react@1.2.3

30 Aug 18:18
896ca25
Compare
Choose a tag to compare

Other

  • a2a7b3e - Configuration property scope (string) is deprecated in favor of scopes (array).

Bug Fixes

  • a2a7b3e - Normalize config format for the properties responseType and scopes, used in get token flows. Fully support deprecated config properties request_type and scope as previously documented and used within the okta-react samples.

@okta/okta-angular@1.2.2

29 Aug 22:13
125b06e
Compare
Choose a tag to compare

Features

  • ef10d85 - Support PKCE authorization flow

Other

  • 654550 - All configuration options are now accepted. See Configuration Reference. Camel-case (clientId) is now the preferred syntax for all Okta OIDC libraries. Underscore syntax (client_id) will be deprecated in a future release.

  • a2a7b3e - Configuration property scope (string) is deprecated in favor of scopes (array). Normalize config format for the properties responseType and scopes, used in get token flows. Fully support deprecated config properties request_type and scope as previously documented and used within the okta-angular samples.