v7.0.0
v7.0.0 (2026-09-08)
Important:
v7.0.0introduces breaking changes. Please review the v7 Migration Guide for detailed upgrade instructions.
- Removed
AuthenticationClientand all sub-clients (database,oauth,passwordless,backchannel,tokenExchange). Migrate to@auth0/auth0-auth-js. - Removed
UserInfoClient. UseauthClient.getUserInfo()from@auth0/auth0-auth-js. - Removed public
ResponseError,FetchError, andJSONApiResponseexports.
Changed
- Management client now acquires client-credentials tokens natively, without the removed shared
BaseAPIruntime. ([BREAKING] feat!: remove Authentication layer #1390 (tusharpandey13))