feat: add Auth0 passwordless login
This commit is contained in:
@@ -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=""
|
||||
Reference in New Issue
Block a user