Mojolicious::Plugin::Authentication

A plugin to make authentication a bit easier
Download

Mojolicious::Plugin::Authentication Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ben van Staveren
  • Publisher web site:
  • http://search.cpan.org/~madcat/

Mojolicious::Plugin::Authentication Tags


Mojolicious::Plugin::Authentication Description

Mojolicious::Plugin::Authentication is a Mojolicious plugin to make authentication a bit easier.SYNOPSIS use Mojolicious::Plugin::Authentication $self->plugin('authentication' => { 'autoload_user' => 1, 'session_key' => 'wickedapp', 'load_user' => sub { ... }, 'validate_user' => sub { ... }, 'current_user_fn' => 'user', # compatibility with old code }); if ($self->authenticate('username', 'password', { optional => 'extra data stuff' })) { ... }Product's homepage


Mojolicious::Plugin::Authentication Related Software