Hello! I have a backend using flask that i disabled RLS Security for easier working Also i dont really understand how RLS works and even when i ask AI I dont really get it. there was an email sent to me that said no Having RLS Enabled can be dangerous because anyone that has your project URL can access the database. that dosnt make sense because you need a key to use the database, Can someone explain RLS to me and also tell me that how can someone access my Database only using the URL and is it True?
The user is seeking clarification on the risks of disabling Row Level Security (RLS) in their Flask backend. They received an email warning that without RLS, their database could be accessed by anyone with the project URL. The user is confused about how RLS works and how the database could be accessed with just the URL.