- or download this
[error] authenticate called with nonexistant realm: 'default'.
- or download this
__PACKAGE__->config( 'Plugin::Authentication' => {
use_session => 1,
...
}
}
);
- or download this
sub base :Chained('/') :PathPart('myapp') :CaptureArgs(0) {}
...
$c->dispatch('end');
}
}