Skip to content

Releases: okta/okta-auth-js

6.5.1

10 May 20:14

Choose a tag to compare

Fixes

  • #1200 Fixes canRemediate logic in GenericRemediator (beta) to handle nested fields
  • 1207 Fixes canRemediate logic in GenericRemediator (beta) to handle options fields

Other

  • #1200 Adds missing fields to Input type in idx module

6.4.5

05 May 23:58
445b4fb

Choose a tag to compare

Fixes

  • #1240 Fixes Apple SSO flow: includes stepUp on returned IdxTransaction

6.4.4

03 May 21:14
fa993ca

Choose a tag to compare

Fixes

  • #1199 Fixes webauthn enrollment/verification to accept credentials object

6.5.0

29 Apr 21:34
73bc0e0

Choose a tag to compare

Features

  • #1186 Supports maxAge param in interaction code flow. This parameter can be passed in from either SDK level options or idx.interact options.
  • #1189 IDX: includes options field in inputs scope, and deprecated top level options from nextStep field of the response (removal will happen in the next major version).

Fixes

  • #1189 IDX: fixes input type indicator's field name for username and authenticator. Before the indicator was named as key, now it's fixed to type to follow input metadata with all other inputs.

6.4.3

18 Apr 17:57
da8612f

Choose a tag to compare

Fixes

  • #1182 Fixes security question verification to accept credentials.answer
  • #1184 Fixes type declarations: ApiError, responseType, responseMode
  • #1185 Fixes "cancel" and "skip" action called after receiving a terminal or error response

6.4.2

14 Apr 19:49
df5296f

Choose a tag to compare

Fixes

  • #1180 Fixes commonjs bundle dynamic import transpiling issue

6.4.1

13 Apr 01:32
38f2730

Choose a tag to compare

Fixes

#1177 - fixes issue with repeated calls to oktaAuth.start()

6.4.0

08 Apr 18:28

Choose a tag to compare

Features

  • #1161
    • IDX actions accept optional/additional parameters
    • requestDidSucceed is returned on IdxTransaction
    • adds IDX option shouldProceedWithEmailAuthenticator to disable email authenticator auto-selection

Fixes

  • #1145

    • IDX: form field-level messages are now passed through via idxState
    • Type Fixes:
      • IdxContent: user property now optional
      • Input: added missing key property
  • #1161

    • fixes for stateToken flow

Other

  • #1145
    • refactor: IDX methods now use auth-js http client
    • refactor: idx-js methods have been refactored to idxState

6.3.2

08 Apr 17:15
d8949fd

Choose a tag to compare

Fixes

  • #1169 Removes deleted file which was inadvertently added back in a merge

6.3.1

31 Mar 21:06
9c47e44

Choose a tag to compare

Fixes

  • #1160
    • Fixes error handling for IDX actions
    • Fixes saved IDX transaction