two factor with social
Hey I see in the documentation that enabling two factor requires a password
what happens when I am using social login
5 Replies
and if it is indeed only allowed for email/password based users, how do I check if the user that is loggedin is a email/password user and not a google social login
Hello, i would also like clarification on if 2FA works with Social Sign-In and if this even makes sense to do because social sign-in provdiers provide their own 2FA right? Can someone please advise? Thank you
We treat multi-factor authentication with OAuth by relying on the end-providers systems. Meaning if a user signed in with social login, then they should setup 2FA on that social provider they logged in with.
Thank you, this lines up with my observations, so if i make an app with only social provider login (no email/password login) then twoFactor plugin is not applicable.
Yes. However you do have the option to setup a forgot-password flow for your users, which then allows them to set a new password.
This way, they can also setup 2FA.