suhanw
suhanw3d ago

RBAC with tRPC

Hi! I’m designing RBAC for our tRPC app, and am exploring ideas. Are there any particular RBAC libraries that integrate well with tRPC, both on the backend and frontend? Any good example repos?
1 Reply
Nick
Nick2d ago
I've always rolled my own, just left an answer to RBAC here: https://discord.com/channels/867764511159091230/1377625055109976204 you could integrate any RBAC library in with a bit of glue for the middleware

Did you find this page helpful?