- πΊπΈUnited States superfluousapostrophe
The patch in #7 worked great for me. Prior to application, my rest endpoints worked, but I couldn't upload anything into my media library.
Please reroll patches to apply to 2.0.x if needed, since that's the current branch.
As soon as I installed, enabled, and configured this module with an empty whitelist, I was unable to access my site at all, despite no routes using this auth method.
The patch fixes this by making the authentication check only apply if the route is set to use this auth method.
- Issue was unassigned.
I am copying the changes from this issue to the merge request in π Apply changes to apply security advisory Needs review , since there are going to be merge conflicts between the two issues. Please review the changes in the MR over there, instead of here.
- Status changed to Needs work
12 months ago 5:30pm 8 December 2023 This change shouldn't be needed. See AuthenticationManager::defaultFilter. It already checks the _auth on the route...