Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
Compare
Choose a tag to compare
@swiftone swiftone released this 05 Feb 20:11
· 200 commits to master since this release
a9b468a

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