[Question] SOCIALACCOUNT_EMAIL_AUTHENTICATION behavior w/ email verified #4064
Unanswered
mecampbellsoup
asked this question in
Q&A
Replies: 1 comment
-
Email authentication only kicks in for verified email addresses. If the provider does not hand over verified email addresses, yet, you force them to be interpreted as verified, then email authentication will work. See |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If we enable
SOCIALACCOUNT_EMAIL_AUTHENTICATION
either globally or for a specific provider, I'm wondering whether this has any relation to whether, for that provider, we also require the received email address to be marked as verified by the provider?The docs state:
but how would this setting behave if we, say, configured
provider_settings["VERIFIED_EMAIL"] = True
?Beta Was this translation helpful? Give feedback.
All reactions