This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
swiftone
released this
05 Feb 20:11
·
200 commits
to master
since this release
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