From 2c74342a32cce7b0cd815b54e2f2c18cbcae2566 Mon Sep 17 00:00:00 2001 From: Cardona <18017015+SalvadorCardona@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:20:29 +0100 Subject: [PATCH] Update jwt.md If the / of auth is missing in Api Swager the Url should be localhostauth If you add / the url should localhost/auth --- core/jwt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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