Releases: okta/okta-auth-js
Releases · okta/okta-auth-js
6.6.1
Fixes
- #1221 Fixes ES module for Node.js by using latest
broadcast-channel
6.6.0
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
- #1224 Fixes missing
relatesTo
type from NextStep
6.5.2
Fixes
- #1215 Fixes polling issue in GenericRemediator (beta)
6.5.1
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
Fixes
- #1240 Fixes Apple SSO flow: includes
stepUp
on returned IdxTransaction
6.4.4
Fixes
- #1199 Fixes webauthn enrollment/verification to accept
credentials
object
6.5.0
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
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
Fixes
- #1180 Fixes commonjs bundle
dynamic import
transpiling issue