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
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
When a route contains a dynamic element and is passed to the
ignoredirective in the constructor, the route is not ignored.For example, if the
ignoredirective looks like this:'ignore' => [ '/user/{id:[0-9]+}/activate/' ]And we visit the URL:
https://example.com/user/1/activate/We receive the 401, because no token is passed. Is there a workaround for this?