Catalyst-Authentication-Store-UserXML
view release on metacpan or search on metacpan
password_type => 'self_check',
},
store => {
class => 'UserXML',
}
}
},
'authentication' => {
'userxml' => {
'folder' => 'members',
'user_folder_file' => 'index.xml', # optional if credentials stored one per folder
}
},
);
# later in controller (login)
$c->authenticate({
username => $c->req->param('username'),
password => $c->req->param('password'),
});
lib/Catalyst/Authentication/Store/UserXML.pm view on Meta::CPAN
password_type => 'self_check',
},
store => {
class => 'UserXML',
}
}
},
'authentication' => {
'userxml' => {
'folder' => 'members',
'user_folder_file' => 'index.xml', # optional if credentials stored one per folder
}
},
);
# later in controller (login)
$c->authenticate({
username => $c->req->param('username'),
password => $c->req->param('password'),
});
( run in 0.263 second using v1.01-cache-2.11-cpan-4d50c553e7e )