Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Dynamic route in ignore rule not working #181

@benmajor

Description

@benmajor

When a route contains a dynamic element and is passed to the ignore directive in the constructor, the route is not ignored.

For example, if the ignore directive 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions