
Catalyst::Authentication::User::KiokuDB - User object for KiokuDB

use Catalyst::Authentication::User::KiokuDB;
Catalyst::Authentication::User::KiokuDB->new(
username => "kitteh",
password => "baddog",
roles => [qw/sleep eat play purr/],
);

This implementation of authentication user object is intended to go hand in hand with Catalyst::Authentication::Store::KiokuDB.

Implements nothing beyond the requisite interface from its superclass

Robin Berjon, <robin@berjon.com>, http://robineko.com/

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.