Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #1159 Added: JWT security scheme to openapi (Ninos)
This PR was merged into the 2.x branch. Discussion ---------- Added: JWT security scheme to openapi After that it's possible to add token in swagger ui without defining `Bearer` prefix. PS: Currently there's a bug with `$checkPath`, `$usernamePath` & `$passwordPath`. If you're using route names instead of paths, in swagger ui/docs you get `POST auth` instead of `POST /auth`, so you cannot validate via swagger ui. I haven't found an elegant way to load `GeneratorInterface` service :/ Commits ------- 1e82b22 Added: JWT security scheme to openapi
- Loading branch information