Group
Extension

Matches 1

Authorization-AccessControl ( T/TY/TYRRMINAL/Authorization-AccessControl-0.04.tar.gz, TYRRMINAL, 2024; MetaCPAN )
Authorization-AccessControl/lib/Authorization/AccessControl/Dispatch.pm ( view source; MetaCPAN )
)

Handlers can be repeated:

  $request->yield(sub(){...})
    ->granted(sub($value){ $c->render(json => $value) })
    ->granted(\&write_audit_log)

=head1 DESCRIPTION

This is a lightweight class t

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.