Posts by João Marcus • 116 points
1 post
-
0
votes3
answers462
viewsA: How to limit a user to only access their own data?
You can do all the work manually by adding a clause AND usuario_id = :id_usuario_autenticado" as stated in one of the answers. Another strategy is to use multi-tenancy, which is basically a way to…