Register users and authenticate with magic links using Google Sheets
This workflow implements a lightweight authentication system for n8n web portals using Google Sheets as a simple user and session store. It supports email-based registration, username and password login, one-click magic link authentication, and cookie-based session management.
How it works Users register with an email address through a form. The workflow generates a password and a one-time authentication token. User credentials and token are stored in Google Sheets. An email is sent with login credentials and a magic link. Users can log in with username and password or click the magic link. The /auth endpoint validates the token, creates a session id (sid), sets it as an HttpOnly cookie, and invalidates the token. The /profile endpoint reads the sid cookie, verifies the session in Google Sheets, and displays a protected profile page.
Set up steps Create a Google Sheet with columns: username, password, role, token, sid. Replace YOUR_SPREADSHEET_ID with your Google Sheet ID in all Google Sheets nodes. Replace YOUR_DOMAIN with your n8n instance domain in redirect URLs and email links. Configure Gmail or SMTP credentials in the email node. Ensure your n8n instance is served over HTTPS so Secure cookies function correctly.
This template is suitable for small internal portals, admin dashboards, or proof-of-concept authentication systems built entirely within n8n.
Related Templates
Automatic News Summarization & Email Digest with GPT-4, NewsAPI and Gmail
š° AI News Digest Agent: Auto News Summarizer & Email Newsletter Create an intelligent news curation system that automat...
Generate Food Recipes from Gmail & Form Requests with Ollama & Llama 3.2
This n8n template demonstrates how to create an intelligent food recipe assistant that accepts requests via Gmail and we...
Auto-classify Gmail emails with AI and apply labels for inbox organization
Who is this for? Professionals and individuals who receive high volumes of emails, those who want to automatically organ...
š Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments