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/okta-react@1.4.1

27 Feb 23:58
4962914
Compare
Choose a tag to compare

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

26 Feb 23:10
ad2b08c
Compare
Choose a tag to compare

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

30 Jan 00:30
0f08683
Compare
Choose a tag to compare

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

30 Jan 00:24
0f08683
Compare
Choose a tag to compare

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

30 Jan 00:17
0f08683
Compare
Choose a tag to compare

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

10 Jan 19:35
15561af
Compare
Choose a tag to compare

1.3.1

Bug fixes

  • #646
    • Fixes regression with AOT compilation
    • Tested against Angular 9

@okta/oidc-middleware@3.0.0

10 Jan 20:04
15561af
Compare
Choose a tag to compare

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

@okta/okta-react@1.3.1

07 Jan 21:38
353c881
Compare
Choose a tag to compare

Bug Fixes

3b95ed - Changes from deprecated 'componentWillMount' to 'componentDidMount'

@okta/okta-react-native@1.3.0

02 Jan 21:52
276dda8
Compare
Choose a tag to compare

Features

  • f734054 - clearTokens will remove all tokens from local storage

@okta/okta-vue@1.2.0

09 Dec 23:53
7fb37ed
Compare
Choose a tag to compare

1.2.0

Features

  • 558696 - Upgrades to @okta/okta-auth-js@2.11 which includes new options for signout: 3e8c65