Skip to content

Commit

Permalink
allow DebugKit to bypass auth
Browse files Browse the repository at this point in the history
  • Loading branch information
steinkel committed Jun 11, 2020
1 parent 5047dea commit db37d89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/permissions.php
Expand Up @@ -128,5 +128,12 @@
'controller' => 'Pages',
'action' => 'display',
],
[
'role' => '*',
'plugin' => 'DebugKit',
'controller' => '*',
'action' => '*',
'bypassAuth' => true,
],
]
];

0 comments on commit db37d89

Please sign in to comment.