You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LexikJWTAuthenticationBundle is often used on API Platform projects, as it's easy to install and configure, specially for projects which don't need a complex security architecture (OAuth...).
We should bridge this bundle to automatically add its routes on documentations (OpenApi, Swagger, etc.) when the bundle is detected and installed.
The text was updated successfully, but these errors were encountered:
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 the bundle. Reasoning being that API Platform's core is more low-level, does not depend on the bundle at all, and is agnostic from the authentication layer overall which is a good thing to me.
LexikJWTAuthenticationBundle is often used on API Platform projects, as it's easy to install and configure, specially for projects which don't need a complex security architecture (OAuth...).
We should bridge this bundle to automatically add its routes on documentations (OpenApi, Swagger, etc.) when the bundle is detected and installed.
The text was updated successfully, but these errors were encountered: