Skip to content

[email protected]

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jun 15:40
· 361 commits to master since this release
147fe53

⚠️ Breaking Changes

Screen - Login, Login-Id

  • Renamed
    1. socialLogin method to federatedLogin.
    2. SocialLoginOptions interface to FederatedLoginOptions.

Screen - SignUp, Signup-ID

  • Renamed
    1. socialSignup method to federatedSignup.
    2. SocialSignupOptions interface to FederatedSignupOptions.

✨ What’s new ?

  • Added getError method to the SDK, allowing developers to retrieve detailed authentication errors in the sample app.
  import Login from "@auth0/auth0-acul-js/login";

  const loginIdManager = new Login();

  const errors = loginIdManager.getError();
  if (errors) {
    console.error("Login failed:", errors);
  }

🚀 Added support for new screens

Added support for the following screens:

# Screen Name Documentation
1 consent View
2 customized-consent View
3 mfa-webauthn-not-available-error View
4 email-otp-challenge View