debian man page for mojolicious::plugin::basicauth

Query: mojolicious::plugin::basicauth

OS: debian

Section: 3pm

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

Mojolicious::Plugin::BasicAuth(3pm)			User Contributed Perl Documentation		       Mojolicious::Plugin::BasicAuth(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 Mojolicious::Plugin::BasicAuth(3pm)
Related Man Pages
mojolicious::command::generate(3pm) - debian
mojolicious::plugin::eprenderer(3pm) - debian
mojolicious::plugin::headercondition(3pm) - debian
mojolicious::plugin::jsonconfig(3pm) - debian
mojolicious::sessions(3pm) - debian
Similar Topics in the Unix Linux Community
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?