Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions core/jwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,7 @@ You must set the [JWT token](https://github.com/lexik/LexikJWTAuthenticationBund

### Adding endpoint to SwaggerUI to retrieve a JWT token

LexikJWTAuthenticationBundle has an integration with API Platform to automatically
add an OpenAPI endpoint to conveniently retrieve the token in Swagger UI.

If you need to modify the default configuration, you can do it in the dedicated configuration file:
The integration between LexikJWTAuthenticationBundle and API Platform does not automatically add an OpenAPI endpoint to retrieve the token in Swagger UI. If you want to have this functionality, you need to modify the default configuration , you can do it in the dedicated configuration file:

```yaml
# config/packages/lexik_jwt_authentication.yaml
Expand Down