User Authentication
In the user access section you can configure the integration of Auth0 to your project to give security to your application or website
Last updated
Was this helpful?
In the user access section you can configure the integration of Auth0 to your project to give security to your application or website
Last updated
Was this helpful?
Create an account
Create an app
Setup your tenant
On auth0 navigate to your tenant and go to actions, copy the next code using your project_id
This code will use the register user API endpoint to add a new user to your data base, for more information see:
Setup your credentials in Uncodie as follows:
This data is the domain assigned to your app in Auth0, this can be your tenant's auth0 subdomain, or your own CNAME for the external login and authentication, for example:
This data is the client ID assigned by Auth0 to your app in Auth0
This data is the secret assigned by Auth0 to your app in Auth0
Use the Auth0 environment variables to grant access to your backend to your auth0 tenant´s information.
Set your auth0 basic configuration
Navigate to app.uncodie.com and select your project
Inside your Environment Variables add the next Key Pairs:
To update user data it is necessary to configure the following parameters
For more information and documentation for Auth0 also check: