Skip to content

Releases: okta/okta-auth-js

7.10.1

14 Jan 19:51
45e1ed3
Compare
Choose a tag to compare

Fixes

  • #1562 - replaces dependency of ua-parser-js due to incompatible licensing

7.10.0

14 Jan 19:49
2d4639f
Compare
Choose a tag to compare

Fixes

  • #1552 fix: start poll request when document is visible and awaken in Mobile Safari 18.x

7.9.0

14 Jan 19:47
3b91c02
Compare
Choose a tag to compare

Fix

  • #1551 - fixes authn polling on iOS18 devices (Safari 18.x)

7.8.1

17 Oct 01:44
710288d
Compare
Choose a tag to compare

Bug Fix

7.8.0

17 Oct 01:44
a3efc35
Compare
Choose a tag to compare

Features

  • #1530 add: fingerprint API to IDX bundle

7.7.1

20 Aug 18:03
45ea58f
Compare
Choose a tag to compare

#1529 fix: persist extraParams passed to /authorize and include them during token refresh

7.7.0

22 May 13:48
7deec3d
Compare
Choose a tag to compare

7.7.0

Features

  • #1495 add: DPoP support

Fixes

  • #1508 IDX: add condition to compare stateHandles when loading saved idxResponse only when useGenericRemediator option is false or undefined

7.6.0

29 Apr 11:08
6ff9711
Compare
Choose a tag to compare

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

26 Jan 16:33
2f458f0
Compare
Choose a tag to compare

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

06 Dec 17:35
3710f59
Compare
Choose a tag to compare

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