How to enforce MFA for all users?
Hi I am currently looking through the MFA docs and found these examples of enforcing MFA for all users.
https://supabase.com/docs/guides/auth/auth-mfa#enforce-rules-for-mfa-logins
However, this example does not work obviously because the table name isnt specified. I read through the docs and cant find a proper example on where to enforce this policy? Is it the auth.users table?
I tried using this:
but its giving me an error
https://supabase.com/docs/guides/auth/auth-mfa#enforce-rules-for-mfa-logins
However, this example does not work obviously because the table name isnt specified. I read through the docs and cant find a proper example on where to enforce this policy? Is it the auth.users table?
I tried using this:
but its giving me an error

Add an additional layer of security to your apps with Supabase Auth multi-factor authentication.