Release yourself from the pain of user login with this simple solution!
Who this is for
This is for everyone that wants to provide a simple login solution to their users/colleagues
What this template does
- This workflow utilizes Auth0 to provide a simple and easy authentication page that allows login via gmail or any email address.
Setup
To use this workflow, simply sign up at https://auth0.com and create a new Single Page Application, then from Dashboard/Applications, copy the values as instructed in the workflow. It should not take more than ten minutes to setup.
- First, go to https://auth0.com and create a Single Page Application.
- From Dashboard/Applications, click on your new app settings.
- The first step is to add the following to allowed callback URLs: http://localhost:5678, http://localhost:5678/webhook/receive-token (If you do not run n8n locally, replace localhost with your server where you run n8n. You must also replace it in Set Application Details 'my_server' field)
- From the same settings page, retrieve the Domain, Client_ID, and Client_Secret of your application.
- Fill in Set Application Details and Set Application Details1
- Login from https://<n8n server address>/webhook/login!
- It can also be extended to allow login via Github, Facebook, and other socials.