Skip to content

Releases: okta/okta-auth-js

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

7.4.3

19 Oct 14:50
55d982a
Compare
Choose a tag to compare

Bug Fix

  • #1466 Fix: Issues with launch-authenticator rememdiation on safari

7.4.2

29 Aug 18:08
ae12c07
Compare
Choose a tag to compare

Bug Fix

  • #1448 Fix: UA string in Node no longer continuously extends

7.4.1

29 Aug 18:05
92826f6
Compare
Choose a tag to compare

Bug Fix

  • #1446 Fix: prevents incorrectly removing idx message duplicates

7.4.0

31 Jul 14:24
31b0f70
Compare
Choose a tag to compare

Features

  • #1440 Fixes type of tokenManager.getSync

  • #1439 .signOut improvements

    • Passing postLogoutRedirectUri: null to .signOut now omits the param from /logout call and will observe the behavior of /logout
    • state is now returned as a query param to the postLogoutRedirectUri when .signOut falls back to .closeSession
  • #1412

    • Adds oauth2 introspect method, exposed as authClient.token.introspect
    • Adds optional tokens param to renewTokens

Fixes

  • #1421 Throw error if there is incorrect relatesTo in IDX response

Other

  • #1409 Adds password page to React myaccount sample app
  • #1422 IDX: add customLabel to Input type

okta-auth-js-7.3.1

31 Jul 14:23
5706554
Compare
Choose a tag to compare

Fixes

  • #1426 fix: Don't auto remediate SelectAuthenticator with current authenticator

7.3.0

28 Apr 17:50
940dc7a
Compare
Choose a tag to compare

Features

  • #1404 Adds react-native to package.json
  • #1395 Changes resolve value of closeSession() and signOut() to boolean

Fixes

  • #1398 Fixes race condition in LeaderElectionService start