rramona2
5/11/2017 - 6:08 AM

Auth0 Lock

Auth0 Lock

<script src="https://cdn.auth0.com/js/lock/10.12.2/lock.min.js"></script>
var lock = new Auth0Lock(
  "YOUR_CLIENT_ID",
  "YOUR_AUTH0_DOMAIN",
  {
    allowedConnections: ["Username-Password-Authentication","google-oauth2"],
rememberLastLogin: false,
socialButtonStyle: "big",
languageDictionary: {"title":"Auth0"},
language: "en",
theme: {}
  }
);

lock.show();

Auth0 Lock

Auth0 Lock example. Created from https://auth0.com.

A Pen by ryan ramona on CodePen.

License.