Create an Auth0 account

http://auth0.com/

Beware with creating your endpoint; it has to be unique and it is unchangeable.

Create a new application

Applications > create application. Choose JavaScript as technology.

Setup application

Modify the settings of the application (tab settings)

In the tab connections - Dababase: ON. - Google: OFF.

Set up email provider (Optional)

To be sure that the users receive personalized emails (SendGrid is an option easy to set up) For configuration instructions: https://auth0.com/docs/email/providers#configure-sendgrid-for-sending-email

Create users

In the menu users

Set up the Renvrion file

The environmental variables allow to not hardcode the domain and ClientID:

CLIENT_ID = 'randomstring' AUTH0_DOMAIN = 'example.eu.auth0.com'



cvmartin/lockr documentation built on May 26, 2019, 6:34 a.m.