debian man page for mojolicious::plugin::readme

Query: mojolicious::plugin::readme

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

README(3pm)						User Contributed Perl Documentation					       README(3pm)

NAME
Mojolicious::Plugin::BasicAuth - Basic HTTP Auth Helper
DESCRIPTION
Mojolicous::Plugin::BasicAuth is a helper for basic http authentication.
USAGE
use Mojolicious::Lite; plugin 'basic_auth'; get '/' => sub { my $self = shift; return $self->render_text('ok') if $self->basic_auth( realm => sub { return 1 if "@_" eq 'username password' } ); }; app->start;
METHODS
Mojolicious::Plugin::BasicAuth inherits all methods from Mojolicious::Plugin and implements the following new ones. "register" $plugin->register; Register condition in Mojolicious application.
SEE ALSO
Mojolicious
DEVELOPMENT
http://github.com/tempire/mojolicious-plugin-basicauth <http://github.com/tempire/mojolicious-plugin-basicauth>
VERSION
0.06
CREDITS
Kirill Miazine
AUTHOR
Glen Hinkle <tempire@cpan.org> perl v5.14.2 2011-10-29 README(3pm)
Related Man Pages
mojolicious::command::generate(3pm) - debian
mojolicious::command::generate::plugin(3pm) - debian
mojolicious::plugin::jsonconfig(3pm) - debian
mojolicious::sessions(3pm) - debian
mojolicious::static(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
New UNIX and Linux History Sections