-
-
Notifications
You must be signed in to change notification settings - Fork 571
Closed
Description
Hello, I have been using this library, and loving it, for some time and finally got to implementing the auth part. but I have a problem with the auth filter.
Here's the table structure.
| user | user_clients_client | client | sensor |
|---|---|---|---|
| id | id | id | id |
| user_id | client_id | ||
| client_id |
in the @CrudAuth() only thing that I get, and is usable, is id.
How could I filter sensors based on what clients the user has?
I'm doing the request to the sensor table.
Metadata
Metadata
Assignees
Labels
No labels