-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Milestone
Description
I'm playing around with the Authorization middleware and followed the documentation. The authorization middleware seems to break the DebugKit plugin. After enabling the authorization middleware DebugKit throws a Authorization\Exception\AuthorizationRequiredException and says:
The request to /debug-kit/toolbar/7d4c0193-714d-4e4e-b48c-341e0f9ed99a did not apply any authorization checks.
So obviously the authorization is missing. How can I give DebugKit the needed authorizations or exclude it completely from the authorization? I guess there is an easy solution but I'm not so deep into the middleware/plugin topic.