This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
Releases: okta/okta-oidc-js
Releases · okta/okta-oidc-js
@okta/[email protected]
Features
-
a4b54f7
- adds Okta logout capability (informing Okta that the session is ended rather than just locally forgetting the current session) (#162) -
a999b95
- adds appBaseUrl, removes redirect_uri
Breaking Changes
See "Updating" in the README for migration steps
redirect_uri
config option is dropped. The value is either automatically derived from theappBaseUrl
and the appropriateroutes
option, or explicitly set asloginRedirectUri
- Two new routes are automatically generated and will override manually created routes of the same path. Unless
routes
is customized, they are/logout
(POST only) and/logout/callback
routes.callback
is renamed toroutes.loginCallback
routes.callback.defaultRedirect
is renamed toroutes.loginCallback.afterCallback
@okta/[email protected]
Other
2945461
- Updates@okta/configuration-validation
version
@okta/[email protected]
Features
d67a596
- Adds configuration validation forissuer
,client_id
, andredirect_uri
when passed into the security component.
Other
3582f25
- Rely on shared environment configuration from project root.c8b7ab5a
- Migrate dependencies to project root utilizing yarn workspaces.
@okta/[email protected]
Other
2945461
- Updates@okta/configuration-validation
version
@okta/[email protected]
Features
4fcbdea
- Adds configuration validation forissuer
,client_id
, andredirect_uri
when passed into the security component.
Other
c8b7ab5a
- Migrate dependencies to project root utilizing yarn workspaces.
@okta/[email protected]
Other
2945461
- Updates@okta/configuration-validation
version
@okta/[email protected]
@okta/[email protected]
Other
2945461
- Updates@okta/configuration-validation
version
@okta/[email protected]
Features
29d04f6
- Adds configuration validation forissuer
,clientId
, andredirectUri
when passed into the auth service.
Other
3582f25
- Rely on shared environment configuration from project root.c8b7ab5a
- Migrate dependencies to project root utilizing yarn workspaces.
@okta/[email protected]
Other
2945461
- Updates@okta/configuration-validation
version