The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catalyst::Authentication::Store::CouchDB::User - A user object representing an entry in a CouchDB document.

METHODS

id

Returns the username.

check_password($password)

Returns whether the password is valid.

roles

Returns an array of roles.

for_session

Returns the username, which is then stored in the session.

supported_features

Returns data about which featurs this user module supports.

AUTHORS

Lenz Gschwendtner

COPYRIGHT & LICENSE

        Copyright (c) 2011 the aforementioned authors. All rights
        reserved. This program is free software; you can redistribute
        it and/or modify it under the same terms as Perl itself.