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]
Bug Fixes
- #669 - Fixes ImplicitCallback component so it will not attempt redirect unless
getFromUri
returns a value. This can occur if multiple instances of the component are mounted.
[email protected]
Breaking Changes
- #661 Requires Node >= 10.13.0. Add support for Node 12. Update production dependencies:
- [email protected] (was 2.5.0)
- [email protected] (was 0.3.2)
- @okta/[email protected] (was 0.2.0)
@okta/[email protected]
Features
- #648
- Adds a default handler for onSessionExpired
- Adds a new option isAuthenticated which works with onAuthRequired
- Expose TokenManager
- Adds documentation for postLogoutRedirectUri
@okta/[email protected]
Features
- #648
- Adds a default handler for onSessionExpired
- Adds a new option isAuthenticated which works with onAuthRequired
- Expose TokenManager
- Adds documentation for postLogoutRedirectUri
@okta/[email protected]
Features
- #648
- Adds a default handler for onSessionExpired
- Adds a new option isAuthenticated which works with onAuthRequired
- Expose TokenManager
- Adds documentation for postLogoutRedirectUri
@okta/[email protected]
@okta/[email protected]
3.0.0
Breaking Changes
- See "Upgrading" in the README for migration steps
- #644
- Logout callback route has been removed (no longer
/logout/callback
) - The default logout redirect URI is the app base URL (appBaseUrl)
- Local session is now cleared before redirect to Okta
- Logout callback route has been removed (no longer
@okta/[email protected]
Bug Fixes
3b95ed
- Changes from deprecated 'componentWillMount' to 'componentDidMount'
@okta/[email protected]
Features
f734054
-clearTokens
will remove all tokens from local storage
@okta/[email protected]
1.2.0
Features
558696
- Upgrades to@okta/[email protected]
which includes new options for signout:3e8c65