Skip to content

Commit 52270e8

Browse files
committed
socialaccount_login_on_get
1 parent 63c5b8a commit 52270e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/config/settings.py

+3
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@ def get_bool(key, default):
301301
'VERIFIED_EMAIL': True
302302
}
303303
}
304+
# Backwards compatibility to allow SSO via GET request
305+
# We can remove this after we update to the mobile app to use POST instead of GET
306+
SOCIALACCOUNT_LOGIN_ON_GET = True
304307

305308
if RECAPTCHA_SITE_KEY:
306309
ACCOUNT_FORMS = {'signup': 'app.forms.RecaptchaSignupForm'}

0 commit comments

Comments
 (0)