Releases: okta/okta-oidc-js
@okta/[email protected]
1.3.0
Features
558696
- Upgrades to@okta/[email protected]
which includes new options for signout:3e8c65
@okta/[email protected]
1.3.0
Features
558696
- Upgrades to@okta/[email protected]
which includes new options for signout:3e8c65
@okta/[email protected]
Bug Fix
05a3033
-refreshTokens
should save the new tokens (iOS)
@okta/[email protected]
Features
- Support for Org Authorization Servers. #590 - See composing your base url for more information on Authorization Servers.
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]
Bug fix
05be754
- Compilation error in Android bridge file
@okta/[email protected]
Features
58618c8
- Addedauthenticate(withSessionToken:)
public method
@okta/[email protected]
Features
58618c8
- Added support for React Native 0.60.x
@okta/[email protected]
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 propertyscope
(string) is deprecated in favor ofscopes
(array). Normalize config format for the propertiesresponseType
andscopes
, used in get token flows. Fully support deprecated config propertiesrequest_type
andscope
as previously documented and used within the okta-vue samples.
@okta/[email protected]
Other
a2a7b3e
- Configuration propertyscope
(string) is deprecated in favor ofscopes
(array).
Bug Fixes
a2a7b3e
- Normalize config format for the propertiesresponseType
andscopes
, used in get token flows. Fully support deprecated config propertiesrequest_type
andscope
as previously documented and used within the okta-react samples.
@okta/[email protected]
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 propertyscope
(string) is deprecated in favor ofscopes
(array). Normalize config format for the propertiesresponseType
andscopes
, used in get token flows. Fully support deprecated config propertiesrequest_type
andscope
as previously documented and used within the okta-angular samples.