Group
Extension

Matches 1

Mojolicious-Plugin-HttpBasicAuth ( P/PG/PGRAEMER/Mojolicious-Plugin-HttpBasicAuth-0.12.tar.gz, PGRAEMER, 2015; MetaCPAN )
Mojolicious-Plugin-HttpBasicAuth/lib/Mojolicious/Plugin/HttpBasicAuth.pm ( view source; MetaCPAN )
   $defaults{invalid} //= sub {
        my $controller = shift;
        return (
            json => { json     => { error => 'HTTP 401: Unauthorized' } },
            html => { template => 'auth/basi
 {
      invalid => sub {
          my $controller = shift;
          return (
              json => { json     => { error => 'HTTP 401: Unauthorized' } },
              html => { template => 'auth/ba

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