feat: magic-link can now be conditionally provisioned

This commit is contained in:
Balu Babu
2023-07-21 16:05:27 +05:30
committed by Andrew Bastin
parent 2d0ebedbbb
commit c38488dfc4
2 changed files with 5 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ SESSION_SECRET='add some secret here'
# Hoppscotch App Domain Config
REDIRECT_URL="http://localhost:3000"
WHITELISTED_ORIGINS = "http://localhost:3170,http://localhost:3000,http://localhost:3100"
ALLOWED_AUTH_PROVIDERS = GOOGLE,GITHUB,MICROSOFT,EMAIL
# Google Auth Config
GOOGLE_CLIENT_ID="************************************************"