Introducing Breached Password Detection and our own Multi Factor Authentication, Guardian.

See Auth0 In Action

Try it now - click the highlighted code to choose different options, then try logging in or signing up on the phone screen to see how easy Auth0 is for both users and developers.

  1. var lock = new Auth0Lock(cid, domain, {
  2. initialScreen:
    loginsignUpforgotPassword
  3. allowedConnections:
    ["auth0", "github", "google-oauth2"]["auth0", "windowslive", "github"]["github", "windowslive"]["auth0"]
  4. closable:
    truefalse
  5. avatar:
    truefalse
  6. theme: {
  7. logo:
    img/logo-tmz.svgimg/safari.svgimg/schneider.svg
  8. primaryColor:
  9. }
  10. language:
    ENESPTDEIT
  11. });
  12. lock.show();
  1. var method =
    magiclinksmsemailcodesocial
  2. var options = {
  3. Connections will only be enabled if social method is chosen
  4. connections:
    ["github", "google-oauth2"]["github", "windowslive"]["github", "facebook"]["facebook", "twitter"]["facebook", "twitter", "windowslive", "google-oauth2"]
  5. primaryColor:
  6. icon:
    img/logo-tmz.svgimg/safari.svgimg/schneider.svg
  7. gravatar:
    truefalse
  8. };
  9. var lock = new Auth0LockPasswordless(cid, domain);
  10. lock[method](options);

Global

With customers in over 167 countries and redundant cloud data centers on three continents, Auth0 is ideally located to serve you.

Read more
3 Regions99.98% Uptime

Easy Development

No matter your choice of development stack, Auth0 gives you sample code, tutorials, and live documentation to integrate effortlessly.

Documentation

Get set up in minutes.