Releases: okta/okta-auth-js
Releases · okta/okta-auth-js
7.10.1
Fixes
- #1562 - replaces dependency of
ua-parser-js
due to incompatible licensing
7.10.0
Fixes
- #1552 fix: start poll request when document is visible and awaken in Mobile Safari 18.x
7.9.0
Fix
- #1551 - fixes authn polling on iOS18 devices (Safari 18.x)
7.8.1
Bug Fix
- #1547 fix: replaces
jsonpath-plus
module
7.8.0
Features
- #1530 add: fingerprint API to IDX bundle
7.7.1
#1529 fix: persist extraParams passed to /authorize and include them during token refresh
7.7.0
7.7.0
Features
Fixes
- #1508 IDX: add condition to compare stateHandles when loading saved idxResponse only when useGenericRemediator option is false or undefined
7.6.0
Features
- #1507 add: new method
getOrRenewAccessToken
- #1505 add: support of
revokeSessions
param for OktaPassword
authenticator (can be used in reset-authenticator
remediation)
- #1512 add: new service
RenewOnTabActivation
Bug Fix
- #1513 fix: restricts
issuer
"-admin" validation to .okta
domain
7.5.1
Bug Fix
- #1488 fix: type
OktaAuthOptions
now requires issuer
- #1482 fix: idToken claim validation now accepts
aud
array
- #1487 fix: Handle fetch exceptions
7.5.0
Bug Fix
- #1462 Fixes ESM build for Node.js
- #1472 Added missing remediator
ReEnrollAuthenticatorWarning
- #1473 Resolves circular dependencies issue for ESM build
Other
- #1449 chore: bump
broadcast-channel
version to 5.3.0
- #1463 chore: Updates type definitions for
HttpRequestClient
and IdentifyValues