feat: google sso auth added

This commit is contained in:
Balu Babu
2023-01-13 00:52:29 +05:30
parent 6f4c5d7195
commit f4df8873be
8 changed files with 181 additions and 54 deletions

View File

@@ -13,3 +13,8 @@ ACCESS_TOKEN_VALIDITY="30s" # Default validity is 1 day
# Hoppscotch App Domain Config
APP_DOMAIN="http://localhost:3000"
# Google Auth Config
GOOGLE_CLIENT_ID="************************************************"
GOOGLE_CLIENT_SECRET="************************************************"
GOOGLE_CALLBACK_URL="************************************************"
GOOGLE_SCOPE= ['email', 'profile'],