Skip to content

Releases: okta/okta-auth-js

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

7.2.0

15 Dec 16:44
2c92f04
Compare
Choose a tag to compare

Features

  • #1333 Adds support for MyAccount API password methods
  • #1324 Adds endpoints.authorize.enrollAuthenticator. Adds handleRedirect and deprecates handleLoginRedirect.

Fixes

  • #1354 Fixes token auto renew if token has expired before AutoRenewService start
  • #1359 IDX: removes statehandle check when load saved idxResponse

7.1.1

07 Dec 17:48
Compare
Choose a tag to compare

Fixes

  • #1355 Adds missing type currentAuthenticatorEnrollment to IdxContext

7.0.2

11 Jan 19:58
8ff05e7
Compare
Choose a tag to compare

Fixes

  • #1335 IDX: adds uiDisplay property to IdxContext type
  • #1336 IDX: adds deviceKnown property to IdxAuthenticator type
  • #1337 IDX: fixes account activation flow by removing check for identify remediation

7.1.0

17 Nov 21:15
1263546
Compare
Choose a tag to compare

Features

  • #1343 Supports Step Up MFA against /authorize and /interact endpoints