Releases: okta/okta-auth-js
Releases · okta/okta-auth-js
Bug Fixes
- #334 - Setting 'SameSite=none' for all cookies (Fix for iFrame)
2.13.0
Features
- #324 - Support responseMode: "query" option for SPA apps using PKCE flow
2.12.1
Bug Fixes
- #315
getWellKnown
was using base url over issuer. Method has been fixed to use issuer, if configured, and will fallback to base url
- #319 - Setting 'SameSite=lax' for all cookies (Fix for Firefox/Safari)
2.12.0
Features
- #304 - Will set a 'SameSite' value on all cookies set by this SDK
- Cookies intended for server-side use will be set to 'Lax', cookies intended for client-side use will be set to 'Strict'
2.11.2
2.11.2
Features
- #271 - New option
onSessionExpired
2.11.1
2.11.1
Other
- #293 - Copy markdown files to package directory during publish
2.11.0
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.
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.