Releases: auth0/auth0-auth-js
Releases · auth0/auth0-auth-js
auth0-server-js-v1.4.0
Added
- feat(auth0-server-js): Add MCD support #119 (nandan-bhat)
auth0-api-js-v1.5.0
Added
- feat(auth0-api-js): Add MCD Support #120 (nandan-bhat)
- feat(auth0-api-js): allow configuring asymmetric algorithms to be used #113 (nandan-bhat)
auth0-server-js-v1.3.0
Added
- feat(auth0-server-js): support cookie secret rotation #131 (frederikprijck)
- feat(auth0-server-js): Add MRRT support in refresh token exchange #124 (jacobovidal)
- feat(auth0-server-js): send telemetry for every request to auth0 #116 (frederikprijck)
Fixed
- fix(auth0-server-js): ignore invalid jwe as if there is no session #132 (frederikprijck)
- fix(auth0-server-js): ensure to always include openid scope when logging in #133 (frederikprijck)
- fix(auth0-server-js): preserve existing idToken when response does not include one #117 (frederikprijck)
auth0-auth-js-v1.6.0
Added
- feat(auth0-auth-js): add support for Resource Owner Password Grant #92 (frederikprijck)
auth0-auth-js-v1.5.0
Added
- feat(auth0-auth-js): Add discoveryCache config option for multiple domains #121 (nandan-bhat)
- feat(auth0-auth-js): support audience and scope in getTokenByRefreshToken #123 (jacobovidal)
- feat(auth0-auth-js): send telemetry for every request to auth0 #115 (frederikprijck)
Fixed
- fix(auth0-auth-js): add barcode URI and recovery codes to OOB enrollment response #147 (gyaneshgouraw-okta)
Performance
- perf(auth0-auth-js): memoize client auth creation to avoid repeated PKCS8 imports #135 (nandan-bhat)
auth0-auth-js-v1.4.0
Added
- feat(auth0-auth-js): add Multi-Factor Authentication (MFA) support #99 (gyaneshgouraw-okta)
auth0-api-js-v1.4.0
Added
- Adding DPoP Support #108 (nandan-bhat)
Fixed
- chore: fix TypeDoc #107 (frederikprijck)
- fix(auth0-api-js): add missing exports #106 (frederikprijck)
auth0-auth-js-v1.3.0
Added
- feat(auth0-auth-js): Add organization support to Custom Token Exchange #102 (yogeshchoudhary147)
auth0-api-js-v1.3.0
Added
- feat(auth0-auth-js): Add organization support to Custom Token Exchange #102 (yogeshchoudhary147)
auth0-server-js-v1.2.0
Added
- feat(auth0-server-js): allow to configure path for cookie #94 (frederikprijck)
Fixed
- fix(auth0-server-js): correctly calculate expiresAt when updating the state #91 (frederikprijck)