Skip to content

2.11.0

Compare
Choose a tag to compare
@aarongranick-okta aarongranick-okta released this 05 Dec 21:48
· 714 commits to master since this release
47d70ed

2.11.0

Features

  • #288 - New options for signOut:
    • Can provide a post-logout redirect URI.
    • Can revoke access token

Bug Fixes

  • #288 - calling signOut will clear the TokenManager.
  • #284 - isPKCESupported will return false if TextEncoder is not available (IE Edge).

Other

  • #284 - better error messages when attempting to use PKCE in an unsupported browser configuration.