Skip to content

Commit b8e4254

Browse files
author
optior
authored
Add empty security option to remove security of authentication endpoint (#1335)
1 parent 471a93d commit b8e4254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/jwt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ final class JwtDecorator implements OpenApiFactoryInterface
285285
],
286286
]),
287287
),
288+
security: [],
288289
),
289290
);
290291
$openApi->getPaths()->addPath('/authentication_token', $pathItem);

0 commit comments

Comments
 (0)