Maurits van der Schee
Maurits van der Schee
Did you load the Customization handler before DbAuth? You test for 'create' operation, while the DbAuth uses the 'unknown' if I read the code correctly. Did you debug the code?...
I think it cannot be done without modifying the dbAuth middleware
Filtering based on values in joined tables is not supported. You can work around this by doing two queries or reversing the query (join in the other direction).
> Is there a specific reason why this is not supported? It is not supported, because the code does not do joins, but applies the security model on each table...
@Dherlou Thank you for your explanation. I understand that there are features that one may miss in this software. I think I also understand the cases in which it would...
No, you can hover reverse the query (join in the other direction) and sort.
Hi @drveresh, this is currently not supported. An update query will update one record and a delete query will delete one record (based on the primary key). This is by...
Hi Taylor, Thank you for your question. The example (in the readme) is for: GET https://example.com/api.php/records/users/1 You may rename the script to foo.php and have: GET https://example.com/foo.php/records/users/1 After you have...
Closing due to inactivity.
What is the request you are doing and what is the expected output? Also, what is the table structure you are using (SQL create statement)?