Releases: okta/okta-auth-js
Releases · okta/okta-auth-js
5.4.0
Features
- #908 Enables dynamic attributes for profile enrollment
- #906
- Checks idToken integrity during token auto renew process
- Enables emitting
renewed
event for TokenManager.setTokens
method
- Exposes
crypto
util module
5.3.1
5.3.1
Bug Fixes
- #893 Fixes MFA keep returning
MFA_REQUIRED
status
5.3.0
Features
- #891 Adds new method
http.setRequestHeader
- #887 Supports SSO in interaction code flow
Bug Fixes
- #852 Skips non-successful requests cacheing
- #883 Resolves
state
from token.parseFromUrl
Other
- #853 Updates
token.parseFromUrl
signature (adds optional parameter)
5.2.3
Bug Fixes
- #873 Fixes AuthStateManager emitting inconsistence
isAuthenticated
state during active token auto renew by only checking existence of both tokens from storage
5.2.2
Bug Fixes
- #862 Fixes issue with untranspiled
class
keyword
- #858 Fixes issue with verifying tokens when using a proxied issuer
5.2.1
Bug Fixes
- #845 Fixes issue with renewing using refresh tokens
5.2.0
Features
- #831 Calculates ID token expiry time based on local clock
- #832 Supports rotating refresh tokens
- #838
idx.recoverPassword
- checks if flow is supported
Bug Fixes
- #832 Fixes issues with refresh tokens
- #839 Fixes
@okta/okta-idx-js
missing core-js dependency.
- #844 Fixes ES module includes
SDK_VERSION
placeholder issue
Other
- #839
- Moves
tsd
from dependencies to devDependencies
- Reduces bundles size by upgrading
@okta/okta-idx-js
to 0.18.0 (replaced jsonpath
with jsonpath-plus
)
- Reduces bundles size by removing unnecessary license banner
5.1.1
Bug Fixes
- #808 Fixes CommonJS bundle missing crypto modules issue
5.0.3
Bug Fixes
- #807 Fixes CommonJS bundle missing crypto modules issue
5.1.0
Features
- #730
updateAuthState
returns a Promise.
- Adds
idx
module. See details in IDX README.md