Vui
Vui
Can you elaborate more detail about your question?
Do you have extra information about this error? Like php version and Symfony version you are using now?
I can't understand the question at all like "The default configuration was ok, until i added a query parameter to the request, and everthing is now ignored." I'm using this...
I think this is out of the topic from this bundle. You can achieve it by saving token in database and do whatever you want with your custom code.
> Hi, > I have exactly same depreciation notice on my Symfony 4.4.20 application. > depreciation notice come from release 2.10.0 and feature #790 > This maybe fix a depreciation...
H, you may refer from here https://symfony.com/bundles/LexikJWTAuthenticationBundle/current/2-data-customization.html
I think this is quite hard to tell since you have to use Symfony User together with this bundle to make it works. If you simply just want to use...
@dany33code Did you manage to solve the issue by your own?
Error 500 mean server-side error. You can check your log file in `/var/log/dev.log` or check your profiler.
There are no other way to disable the FK constraint in `doctrine:fixtures:load` command when you want to refresh the database, so have to use this way instead: From https://github.com/doctrine/DoctrineFixturesBundle/issues/50 ```...