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
the correction assumes the the custom request matcher is App\Security\CustomRequestMatcher.
the `request_matcher` option is the service id. it should be mentionned before that the `app.firewall.secured_area.request_matcher` is the service ID / or an alias like the following :
```
app.firewall.secured_area.request_matcher:
alias: App\Security\RequestMatcher
```
0 commit comments