Robin Chalas

Results 310 comments of Robin Chalas

Then your HTTP request is incorrect, it just does not contain the `email` parameter.

Again, that's a symfony issue, `form_login` is part of symfony. You're looking for https://symfony.com/support

Hey, Did you look at https://github.com/lexik/LexikJWTAuthenticationBundle/blob/master/Resources/doc/7-manual-token-creation.md?

Thanks for the amazing work @Spomky. Review on its way :)

I have this in mind for long but just never took time to actually do it. I thought about making it the other way around though: add some APIPlatform-specifics to...

I would be more than happy to see a PR.

The response should have been clear about that then. Reopening, will try to reproduce on my side.

Greetings, Because `json_encode` does not know how to encode your objects, you need to define a key for each property you need to expose by calling getters explicitly, and that...

Hi @maximebourdel, apologies for my late answer. I would suggest to write your own FormLoginAuthenticator, you should find inspiration in https://knpuniversity.com/screencast/guard/login-form. Idea is that your custom user provider needs to...

Sure, I mean that instead of using the traditional built-in symfony `form_login`, you need to write some custom logic. Do not hesitate to ask here if you have any doubt...