Debug-kit toolbar and Authorisation

Hi all

I’m working my way through the CMS tutorial and have added Authorisation = after this I note the debug-kit toolbar in my dev env looked odd

CleanShot 2021-11-06 at 18.29.39

I was able to cut & paste the text to read it and see

The request to /debug-kit/toolbar/fce32096-0324-4b81-8bee-da5d8299e4fa did not apply any authorization checks.
Authorization\Exception\AuthorizationRequiredException

Where would I “authorise” or add a policy to allow myself to see this?

In the Debugkit docs there is an option for that

set

'DebugKit' => [
    'ignoreAuthorization' => true,
],

in your config/app_local.php

2 Likes

Perfect - missed that line

RTFM helps, thank you