feat: add Auth0 passwordless login

This commit is contained in:
Riccardo
2024-06-25 21:50:16 +02:00
parent 8f60f0b139
commit 35fa565d0a
8 changed files with 178 additions and 1 deletions

View File

@@ -1,2 +1,9 @@
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
DATABASE_URL_NON_POOLING=postgresql://postgres:postgres@localhost:5432/postgres
EMAIL_SERVER=smtp://user:password@smtp.example.com
EMAIL_FROM=noreply@example.com
AUTH0_SECRET=somerandomstringtouseasasecret
AUTH0_BASE_URL=http://localhost:3000
AUTH0_CLIENT_ID=""
AUTH0_CLIENT_SECRET=""
AUTH0_DOMAIN=""