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

Releases: okta/okta-oidc-js

@okta/[email protected]

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

1.3.0

Features

@okta/[email protected]

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

1.3.0

Features

@okta/[email protected]

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

Bug Fix

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

@okta/[email protected]

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/[email protected]

24 Sep 17:43
Compare
Choose a tag to compare

Bug fix

  • 05be754 - Compilation error in Android bridge file

@okta/[email protected]

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

Features

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

@okta/[email protected]

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

Features

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

@okta/[email protected]

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/[email protected]

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/[email protected]

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.