Skip to content

Releases: okta/okta-auth-js

2.10.1

14 Nov 23:16
4f67efa
Compare
Choose a tag to compare

2.10.1

Features

  • #266 - New storage options for TokenManager

Bug Fixes

  • #265 - Fix for popup blockers

Other

  • #256 - Adds E2E tests, updates test app
  • #249 - Convert to yarn workspace
  • #264 - Removed lib/config.js, replaced with lib/constants.js and webpack define
  • Fixes incorrect npm publish of 2.10.0

2.10.1

05 Dec 22:11
4f67efa
Compare
Choose a tag to compare

2.10.1

Other

  • Fixes incorrect npm publish of previous version

2.10.0

14 Nov 23:16
bf9a763
Compare
Choose a tag to compare

The 2.10.0 release of @okta/okta-auth-js should not be used due to errors in the published module.

Please use 2.10.1 or later.

2.9.0

13 Nov 20:45
27cad5d
Compare
Choose a tag to compare

Features

  • add5369 Add support to pass callback to poll function

Bug Fixes

  • 541683 Origin mismatch will now cause promise rejection (token renew)
  • d9900a TokenManager: return existing promise for concurrent requests
  • 77ece4 Clear token on 'AuthSdkError'

2.8.0

03 Sep 22:17
436a090
Compare
Choose a tag to compare

Features

  • (#243) - Adds new introspect API

2.7.0

20 Aug 22:59
a4b1de3
Compare
Choose a tag to compare

Features

  • (#238) - Adds pass-thru of optional 'loginHint' and 'idpScopes' params (resolves issue #214)

2.6.3

09 Aug 01:47
9e5b3a0
Compare
Choose a tag to compare

Other

  • (#235) - Option grantType has been deprecated and will be removed in 3.0

2.6.2

09 Aug 01:47
2ae6f02
Compare
Choose a tag to compare

Features

Bug Fixes

  • (#233) The default responseMode was incorrectly set to fragment instead of query when the responseType was code. This regression was introduced in version 2.6.0.

  • 747216b fix build process, so that /dist/okta-auth-js.min.js is for browsers (since version 2.2.0, dist/ output was being built for node.js applications, which was not intended) (#193)

2.6.1

26 Jul 21:17
ea3f395
Compare
Choose a tag to compare

Features

  • d8d2fee TokenManager: new option expireEarlySeconds

Bug Fixes

  • TokenManager: Re-enables use of custom storage keys

Other

  • TokenManager: Document the maxClockSkew option

2.6.0

03 Jun 21:44
f5f9306
Compare
Choose a tag to compare

Features

  • #205 - Adds support for PKCE.

Other

  • #213 - Fixes img link to state model diagram in the README.