Lick A Brick
Explore posts from serversBABetter Auth
•Created by Lick A Brick on 3/13/2025 in #help
Organizations plugin with Drizzle RLS
Hi, I am creating a hobby project which is a multi tenant app (using the organisations plugin).
I use Hono to serve a CRUD API. How can I:
- Restrict certain columns to users with certain roles (keeping in mind a user can belong to multiple organisations with different roles between organisations)
- Make sure users can only retrieve records which belong to their organisation(s)
- Restrict creating / updating records in certain tables to certain roles?
Am I correct it would be better to add these restrictions on the DB level or is it better to manage this at the API (Hono in my case) level?
1 replies
PD🧩 Plasmo Developers
•Created by Lick A Brick on 8/7/2024 in #🔰newbie
Overwrite existing CSS/Styling on page
Hi, how can I overwrite existing CSS on a webpage?
3 replies