Releases: okta/okta-auth-js
Releases · okta/okta-auth-js
2.10.1
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
2.10.1
Other
- Fixes incorrect npm publish of previous version
2.10.0
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
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
Features
- (#243) - Adds new introspect API
2.7.0
Features
- (#238) - Adds pass-thru of optional 'loginHint' and 'idpScopes' params (resolves issue #214)
2.6.3
Other
- (#235) - Option
grantType
has been deprecated and will be removed in 3.0
2.6.2
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
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
Features
- #205 - Adds support for PKCE.
Other
- #213 - Fixes img link to state model diagram in the README.