FredM
FredM
I don't see a formal answer for this case. Here are some interesting thoughts about that issue https://dzone.com/articles/rest-api-path-vs-request-body-parameters https://stackoverflow.com/questions/38985131/does-it-make-sense-to-use-both-query-and-body-parameters-in-a-post-request-for-a From this second post I would say that, even though it...
Thanks for the explanation Pierrick! Not sure of the context back then but obviously I found an alternative ;-) You can close it or keep it if you think that...
I ran into the same problem: got this message in place of a completely unrelated issue. The thing is that any exception is catch here https://github.com/lexik/LexikJWTAuthenticationBundle/blob/master/Encoder/LcobucciJWTEncoder.php#L54 Why not remove this...