- Auth0.js v9 switches to the latest embedded login API and removes the `usernamepassword/login` and `user/ssodata` endpoints.
- The new version no longer supports centralized (Hosted Login Page) flows and relies on Cross Origin Authentication combined with `WebAuth.checkSession` using Web Origins response mode.
- Developers must enable Web Origins for the new authentication flow; see migration docs for details.