- Issue created by @bramtenhove
- π³π±Netherlands bojan_dev
Hi Bram,
Thanks for the clear explanation of the feature request.
I agree that this would be a valuable feature for the community, also the suggested opt-out mechanism would not introduce any BC and its implementation is pretty straightforward.
So I would say go for it and I would be happy to review any contribution on this feature.
- π³π±Netherlands bramtenhove
Hi Bojan,
Great, thanks for the quick feedback!
We'll move forward and introduce a Merge Request for review.
- First commit to issue fork.
- Merge request !179Issue #3516409: Introduce an opt-out mechanism that allows specific routes to be excluded from the Authorization header processing β (Merged) created by ribel
- πΊπ¦Ukraine ribel πΊπ¦Lviv
Hi Bojan,
Please check the proposed changes in the
applies()
method.
First, we tried to userouteMatch
service, but this approach was not working so I usedpathValidator
androuteProvider
.
Also added a newtestRouteOptOut()
to the existingSimpleOauthAuthenticationTest.php
.I see that all checks pass and main PHPUnit run as well, but not sure about next minor and max PHP version (looks like unrelated to proposed changes).
Also tested with Collabora Online and it works as expected.
-
bojan_dev β
committed 7d88ce53 on 6.0.x authored by
ribel β
Issue #3516409: Introduce an opt-out mechanism that allows specific...
-
bojan_dev β
committed 7d88ce53 on 6.0.x authored by
ribel β
- π³π±Netherlands bojan_dev
Hi Taras,
Nice work! Looks good to me, the tests that fail are indeed unrelated.
Automatically closed - issue fixed for 2 weeks with no activity.