Cocray

Results 6 comments of Cocray

IMHO I think there's something missing in the OAuthStorage class: Password Migration (https://symfony.com/blog/new-in-symfony-4-4-password-migrations). function checkUserCredentials: if the password is valid then there must be a condition to check if a...

Hello @soyuka, I have the problem only when the type in my ES mapping is type=nested. If type=object, it works perfectly. I'll try to give you an example later. Thanks!

ApiPlatform\State\ApiResource\Error.php seems to construct the exception with 2 wrong parameters: $title and $status are not the good ones, it should be $detail and another one not existing in the class....

Thanks @soyuka for your answer, I understand the need. By the way, when I said it could be a security issue, I don't mean the endpoint response, for the reason...