How does the login check_path route work without default controller/action?

The check_path route/path is used by your firewall to catch login requests. This route’s action is never really accessed. It’s the route/url your login form posts to and the request should be processed by your firewall’s provider service. If the check_path route’s action is being executed there is something wrong with the firewall (the request … Read more