Emil Enevoldsen

Results 2 comments of Emil Enevoldsen

I did some changes in my **src/Tqdev/PhpCrudApi/Middleware/DbAuthMiddleware.php** Put this with the username/password from body ```$userlevel = (isset($body->userlevel) && is_numeric ($body->userlevel)) ? $body->userlevel : 0;``` Added some more fields for the...

Would be nice if this would get merged so we got a v3.6.1 that works.