Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Releases: okta/okta-oidc-js

@okta/[email protected]

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.

[email protected]

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

Breaking Changes

@okta/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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

Bug Fixes

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

@okta/[email protected]

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

Features

  • f734054 - clearTokens will remove all tokens from local storage

@okta/[email protected]

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

1.2.0

Features