lexik/LexikJWTAuthenticationBundle

Login api route not showing in swagger api platform 3

RachidTMT opened this issue · 2 comments

I have a project with theses config versions :
"lexik/jwt-authentication-bundle": "^2.19",

"api-platform/core": "3.1.12",

Can't the api for generating a token in swagger docs ?
I follow the docs for api platform : https://api-platform.com/docs/core/jwt/
Best regards.

Hello,

I had the same issue and modified the documentation api-platform/docs#1763

It's not enabled automatically anymore, the logic was changed in PR #1119

Thanks!

Thanks @divine