Is there a way to implement 2FA for email/password...
# help
d
Is there a way to implement 2FA for email/password login users?
s
You would have to implement this yourself at the moment, so you could do it after the user has logged in, if their 2FA information is incorrect then you log them back out.
d
Alright, thanks. Is there any plans for this to be implemented through Supabase?
Also, if they're already logged in, can't they just use the API (since RLS thinks they're logged in) manually?
s
You would write your RLS policy to cater for the 2FA