This repository has been archived by the owner on Jan 26, 2025. It is now read-only.
Releases: okta/okta-oidc-js
Releases · okta/okta-oidc-js
@okta/okta-react@1.4.1
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.
oidc-middleware@4.0.0
Breaking Changes
- #661 Requires Node >= 10.13.0. Add support for Node 12. Update production dependencies:
- openid-client@3.12.2 (was 2.5.0)
- passport@0.4.1 (was 0.3.2)
- @okta/configuration-validation@0.4.1 (was 0.2.0)
@okta/okta-vue@1.3.0
Features
- #648
- Adds a default handler for onSessionExpired
- Adds a new option isAuthenticated which works with onAuthRequired
- Expose TokenManager
- Adds documentation for postLogoutRedirectUri
@okta/okta-react@1.4.0
Features
- #648
- Adds a default handler for onSessionExpired
- Adds a new option isAuthenticated which works with onAuthRequired
- Expose TokenManager
- Adds documentation for postLogoutRedirectUri
@okta/okta-angular@1.4.0
Features
- #648
- Adds a default handler for onSessionExpired
- Adds a new option isAuthenticated which works with onAuthRequired
- Expose TokenManager
- Adds documentation for postLogoutRedirectUri
@okta/okta-angular@1.3.1
@okta/oidc-middleware@3.0.0
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/okta-react@1.3.1
Bug Fixes
3b95ed
- Changes from deprecated 'componentWillMount' to 'componentDidMount'
@okta/okta-react-native@1.3.0
Features
f734054
-clearTokens
will remove all tokens from local storage