Is there a way to implement 2FA for email/password login users?
s
silentworks
10/15/2021, 12:10 PM
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
Deleted User
10/15/2021, 10:45 PM
Alright, thanks. Is there any plans for this to be implemented through Supabase?
Deleted User
10/16/2021, 2:00 AM
Also, if they're already logged in, can't they just use the API (since RLS thinks they're logged in) manually?
s
silentworks
10/16/2021, 9:24 AM
You would write your RLS policy to cater for the 2FA