Ark::Plugin::Authentication - Ark plugins for authentications
use Ark;
use_plugins qw/
Session
Session::State::Cookie
Session::Store::Memory
Authentication
Authentication::Credential::Password
Authentication::Store::Minimal
/;
conf 'Plugin::Authentication::Store::Minimal' => {
users => {
user1 => { username => 'user1', password => 'pass1', },
user2 => { username => 'user2', password => 'pass2', },
},
};
Ark::Plugin::Authentication is Ark plugins for Authentications.
Copyright (C) Songmu.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Daisuke Murase [email protected]
Songmu [email protected]