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]

05 Feb 20:11
a9b468a
Compare
Choose a tag to compare

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 the appBaseUrl and the appropriate routes option, or explicitly set as loginRedirectUri
  • 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 to routes.loginCallback
  • routes.callback.defaultRedirect is renamed to routes.loginCallback.afterCallback

@okta/[email protected]

02 Nov 17:13
d9b25ef
Compare
Choose a tag to compare

Other

  • 2945461 - Updates @okta/configuration-validation version

@okta/[email protected]

02 Nov 17:01
d9b25ef
Compare
Choose a tag to compare

Features

  • d67a596 - Adds configuration validation for issuer, client_id, and redirect_uri when passed into the security component.

Other

@okta/[email protected]

02 Nov 17:13
d9b25ef
Compare
Choose a tag to compare

Other

  • 2945461 - Updates @okta/configuration-validation version

@okta/[email protected]

02 Nov 17:07
d9b25ef
Compare
Choose a tag to compare

Features

  • 4fcbdea - Adds configuration validation for issuer, client_id, and redirect_uri when passed into the security component.

Other

@okta/[email protected]

02 Nov 17:12
d9b25ef
Compare
Choose a tag to compare

Other

  • 2945461 - Updates @okta/configuration-validation version

@okta/[email protected]

02 Nov 17:07
d9b25ef
Compare
Choose a tag to compare

Features

  • 1d214b4 - Adds configuration validation for issuer, client_id, and redirect_uri when passed into the security component.

Other

@okta/[email protected]

02 Nov 17:12
d9b25ef
Compare
Choose a tag to compare

Other

  • 2945461 - Updates @okta/configuration-validation version

@okta/[email protected]

02 Nov 17:08
d9b25ef
Compare
Choose a tag to compare

Features

  • 29d04f6 - Adds configuration validation for issuer, clientId, and redirectUri when passed into the auth service.

Other

@okta/[email protected]

02 Nov 17:11
d9b25ef
Compare
Choose a tag to compare

Other

  • 2945461 - Updates @okta/configuration-validation version