We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a47544 commit eaab755Copy full SHA for eaab755
symfony/jwt.md
@@ -95,7 +95,7 @@ security:
95
stateless: true
96
provider: users
97
json_login:
98
- check_path: auth # The name in routes.yaml is enough for mapping
+ check_path: /auth # The name in routes.yaml is enough for mapping
99
username_path: email
100
password_path: password
101
success_handler: lexik_jwt_authentication.handler.authentication_success
@@ -154,7 +154,7 @@ security:
154
jwt: ~
155
main:
156
157
158
159
160
0 commit comments