Does anyone have any experience with using spicedb...
# general
y
Does anyone have any experience with using spicedb for fine-grained access control?
Or what are folks using to support fine grained access?
g
also curious what others are doing... we are currently on Postgres's RLS, its sweet and simple, but I heard it may not be the best thing long term?
y
Do you use that for app level things like who can call what APIs? Do you have one user per tenant then?
l
In my previous org we implemented it via Spring and JWT (similar to this https://medium.com/geekculture/role-based-access-control-rbac-with-spring-boot-and-jwt-bc20a8c51c15). Our service was gateway between all internal and external traffic and it was written in Spring Security from the scratch.
Spring we used to control individual API access via annotation and http filters. BTW there is another OSS alternate of SpiceDB is permify