feat: dynamically select which auth providers for your instance of hoppscotch (be implementation)

This commit is contained in:
Andrew Bastin
2023-08-03 20:12:54 +05:30
parent 88f6a4ae26
commit 0e70c28324
11 changed files with 190 additions and 597 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="************************************************"