You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #354 Use same URL for login form and check (WouterJ)
This PR was merged into the master branch.
Discussion
----------
Use same URL for login form and check
The Security Form login listener will only intercept the request when it's a POST request, otherwise the controller will be executed. Using the same URL makes things a bit easier, removes the need for the weird controller (which is visited, but should not be executed) and makes things similar to other forms.
Related doc tickets:
* symfony/symfony-docs#6126
* symfony/symfony-docs#6143
Commits
-------
b7705cb Use same URL for login form and check
0 commit comments