How to thwart sign in attempts to db?
I'm seeing several attempts in logs to sign in to my db using the default username. What does Supabase do to thwart these types of attacks?
2 Replies
have you enabled a captcha?
If you are talking about direct db port access, supabase has ip banning based on failed attempts. It uses fail2ban.