|
|
|
|
|
by emilsedgh
340 days ago
|
|
Well, that's why REST api's exist. You don't expose your database to your clients. You put a layer like REST to help with authorization. But everyone needs to have an MCP server now. So Supabase implements one, without that proper authorization layer which knows the business logic, and voila. It's exposed. Code _is_ the security layer that sits between database and different systems. |
|
Who, except for a total naive beginner, exposes a database directly to an LLM that accepts public input, of all things?