Releases: okta/okta-oidc-js
@okta/okta-react@1.3.0
@okta/okta-angular@1.3.0
@okta/okta-react-native@1.2.2
Bug Fix
05a3033
-refreshTokens
should save the new tokens (iOS)
@okta/oidc-middleware@2.1.0
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/okta-react-native@1.2.1
Bug fix
05be754
- Compilation error in Android bridge file
@okta/okta-react-native@1.2.0
Features
58618c8
- Addedauthenticate(withSessionToken:)
public method
@okta/okta-react-native@1.1.0
Features
58618c8
- Added support for React Native 0.60.x
@okta/okta-vue@1.1.1
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/okta-react@1.2.3
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/okta-angular@1.2.2
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.