We've started to use Laravel's controller-based authorization via the authorizeResource method. This protects the default endpoint methods via the Laravel authorization system. Since this plugin indicates route endpoints via a gutter icon it would be great if there was a visual distiction between these default endpoints (Reference: AuthorizesRequests::resourceAbilityMap) and other custom endpoints that (possibly) need authorization handled manually (to remind the developer to implement that if required).