Skip to content

Commit

Permalink
Modified
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayjain18 committed Jul 30, 2024
1 parent 52b1e0d commit 32a4b29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fluence/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
DEBUG = False

ALLOWED_HOSTS = ['https://fluence.azurewebsites.net', 'localhost', '*']
CSRF_TRUSTED_ORIGINS = ['https://fluence.azurewebsites.net']
CSRF_TRUSTED_ORIGINS = ['https://fluence.azurewebsites.net', '*']

# Application definition

Expand Down Expand Up @@ -76,8 +76,8 @@
SOCIAL_AUTH_GOOGLE_OAUTH2_KEY = os.getenv("CLIENT_ID")
SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET = os.getenv("CLIENT_SECRET")

# Social Auth settings
# SOCIAL_AUTH_REDIRECT_IS_HTTPS = True
# Social Auth settings
SOCIAL_AUTH_REDIRECT_IS_HTTPS = True

SOCIAL_AUTH_GOOGLE_OAUTH2_SCOPE = ['email', 'profile']

Expand Down

0 comments on commit 32a4b29

Please sign in to comment.