Skip to content

Releases: okta/okta-auth-js

6.6.1

02 Jun 16:33
Compare
Choose a tag to compare

Fixes

  • #1221 Fixes ES module for Node.js by using latest broadcast-channel

6.6.0

01 Jun 15:50
e79b294
Compare
Choose a tag to compare

Features

  • #1225 oktaAuth.start/oktaAuth.stop now return a Promise, ensures services have started/stopped before resolving

Fixes

  • #1226 Fixes idx terminal status response SDK level undefined error when use GenericRemediator (beta)
  • #1222 Invalid (or expired) refresh tokens are now removed from storage when invalid token error occurs

6.5.3

31 May 20:42
4536ba0
Compare
Choose a tag to compare
  • #1224 Fixes missing relatesTo type from NextStep

6.5.2

31 May 14:11
c0859b2
Compare
Choose a tag to compare

Fixes

  • #1215 Fixes polling issue in GenericRemediator (beta)

6.5.1

10 May 20:14
Compare
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
Compare
Choose a tag to compare

Fixes

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

6.4.4

03 May 21:14
fa993ca
Compare
Choose a tag to compare

Fixes

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

6.5.0

29 Apr 21:34
73bc0e0
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixes

  • #1180 Fixes commonjs bundle dynamic import transpiling issue