diff --git a/core/jwt.md b/core/jwt.md index f7a0d5644fc..dbabd92715a 100644 --- a/core/jwt.md +++ b/core/jwt.md @@ -85,7 +85,7 @@ security: stateless: true provider: users json_login: - check_path: auth # The name in routes.yaml is enough for mapping + check_path: /auth # The name in routes.yaml is enough for mapping username_path: email password_path: password success_handler: lexik_jwt_authentication.handler.authentication_success