{account-name}.auth0.com
or {account-name}.{location}.auth0.com
, for example ExampleCo.auth0.com
.Timesheet-App
and select Regular Web Applications
as the application type.
When you click Create you will be navigated to the Quick Start view. Here you can pick the technology you plan on using to build your app and the relevant how-to quickstart will be displayed.
The other available views are:
*.google.com
. Make sure to specify the protocol, http://
or https://
, otherwise the callback may fail in some cases.
The Callback URL for our sample project is http://localhost:5000/signin-auth0
. Go ahead and set this value to the Allowed Callback URLs field if you plan on using our sample, otherwise add the URL you chose to deploy your application to.