Skip to content

Releases: okta/okta-auth-js

5.3.0

11 Aug 00:16
5c304f8
Compare
Choose a tag to compare

Features

  • #891 Adds new method http.setRequestHeader
  • #887 Supports SSO in interaction code flow

Bug Fixes

  • #852 Skips non-successful requests cacheing
  • #883 Resolves state from token.parseFromUrl

Other

  • #853 Updates token.parseFromUrl signature (adds optional parameter)

5.2.3

22 Jul 20:00
05cc1df
Compare
Choose a tag to compare

Bug Fixes

  • #873 Fixes AuthStateManager emitting inconsistence isAuthenticated state during active token auto renew by only checking existence of both tokens from storage

5.2.2

19 Jul 15:26
e5087b8
Compare
Choose a tag to compare

Bug Fixes

  • #862 Fixes issue with untranspiled class keyword
  • #858 Fixes issue with verifying tokens when using a proxied issuer

5.2.1

06 Jul 15:50
c6da2e1
Compare
Choose a tag to compare

Bug Fixes

  • #845 Fixes issue with renewing using refresh tokens

5.2.0

28 Jun 20:38
386ae2c
Compare
Choose a tag to compare

Features

  • #831 Calculates ID token expiry time based on local clock
  • #832 Supports rotating refresh tokens
  • #838 idx.recoverPassword - checks if flow is supported

Bug Fixes

  • #832 Fixes issues with refresh tokens
  • #839 Fixes @okta/okta-idx-js missing core-js dependency.
  • #844 Fixes ES module includes SDK_VERSION placeholder issue

Other

  • #839
    • Moves tsd from dependencies to devDependencies
    • Reduces bundles size by upgrading @okta/okta-idx-js to 0.18.0 (replaced jsonpath with jsonpath-plus)
    • Reduces bundles size by removing unnecessary license banner

5.1.1

24 Jun 18:52
59b7b66
Compare
Choose a tag to compare

Bug Fixes

  • #808 Fixes CommonJS bundle missing crypto modules issue

5.0.3

24 Jun 18:52
b7c08e4
Compare
Choose a tag to compare

Bug Fixes

  • #807 Fixes CommonJS bundle missing crypto modules issue

5.1.0

07 Jun 22:50
e8b3300
Compare
Choose a tag to compare

Features

  • #730 updateAuthState returns a Promise.
  • Adds idx module. See details in IDX README.md

5.0.2

20 May 18:29
9a01af2
Compare
Choose a tag to compare

Bug Fixes

  • #742 Fixes an issue where storage was being incorrectly cleared after an IDP redirect

4.9.2

20 May 17:29
280d7ab
Compare
Choose a tag to compare

Bug Fixes

  • #742 Fixes an issue where storage was being incorrectly cleared after an IDP redirect