Skip to content

Commit 2f48a5a

Browse files
committed
Internal: Fix check_path for API login
1 parent 1f25b2a commit 2f48a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/packages/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ security:
7676
context: main
7777
provider: app_user_provider
7878
json_login:
79-
check_path: authentication_token
79+
check_path: /api/authentication_token
8080
success_handler: lexik_jwt_authentication.handler.authentication_success
8181
failure_handler: lexik_jwt_authentication.handler.authentication_failure
8282
# guard:

0 commit comments

Comments
 (0)