Remix.run Logo
orf 4 hours ago

Back office, employee access is a completely different problem to what is described in the post.

How do you enforce tenant isolation with that method, or prevent unbounded table reads?

tossandthrow 3 hours ago | parent | next [-]

They likely don't need tenant isolation and unbound table reads can be mitigated using timeouts.

We do something similar for our backoffice - just with the difference that it is Claude that has full freedom to write queries.

weird-eye-issue 2 hours ago | parent | prev [-]

RLS...