Hi!
I wanted to know if it is possible to disable email verification when a user registers to my platform using social login.
Welcome back to the Auth0 Community!
Sorry for the late response. You can’t, in a plug-and-play fashion disable email verification for users from social login. Still, you can use Pre User Registration Flow with Management API to update the user_profile “email_verified” field with true
so that the email won’t be sent.
Thanks
Dawid
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.