How to add Login to swagger UI with API PLATFORM (symfony 4)?
问题 I installed & configured LexikJWTAuthenticationBundle, it works fine but I've got a small problem. I have include the Authorization button for put the JWT token, the problem is the only way I can have my token is to use this commands: curl -X POST -H "Content-Type: application/json" http://localhost:8000/api/login_check -d '{"username":"johndoe","password":"test"}' It send my the token and I put it in the API, OK. First problem: When I try this request with POSTMAN I get an error : Unable to