- Merge request !39Issue #3549672 by vasike: Implement Bypass pages password protection with Plugin Conditions. → (Open) created by vasike
There are lot of context when checkProtectedPage
is not needed to run "further"
Starting with admin pages ...
And for some it could really hurt ... JSONAPI paths with paging
All Drupal pages for an user without bypass pages password protection
permission ... are checked.
Even a lot of them should not be checked
Errors: from JSONAPI with paging, ex. /jsonapi/node/article?page[offset]=50&page[limit]=50
Symfony\Component\HttpKernel\Exception\BadRequestHttpException: Input value contains a non-scalar value
Implement extra settings to use Plugin Conditions for defining the Contexts to Bypass pages.
- Update Setting form to include Plugin Conditions
- Build a Plugin Conditions resolver to be used on checkProtectedPage
as initial check/step.
- New Condition vertical tabs group.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.