github auth0/universal-login auth0-acul-js@0.1.0-beta.7

latest releases: auth0-acul-react-v1.1.0, auth0-acul-js-v1.1.0, auth0-acul-js-v1.0.1...
pre-release5 months ago

⚠️ 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

Don't miss a new universal-login release

NewReleases is sending notifications on new releases.