Catalyst-Authentication-Store-DBIx-Class
view release on metacpan or search on metacpan
This method is called if the realm's auto_create_user setting is true.
It will delegate to the user class's (resultset) "auto_create" method.
NOTES
As of the current release, session storage consists of simply storing
the user's id in the session, and then using that same id to re-retrieve
the user's information from the database upon restoration from the
session. More dynamic storage of user information in the session is
intended for a future release.
BUGS AND LIMITATIONS
None known currently; please email the author if you find any.
SEE ALSO
Catalyst::Plugin::Authentication,
Catalyst::Plugin::Authentication::Internals, and
Catalyst::Plugin::Authorization::Roles
AUTHOR
Jason Kuri (jayk@cpan.org)
lib/Catalyst/Authentication/Store/DBIx/Class.pm view on Meta::CPAN
This method is called if the realm's auto_create_user setting is true. It
will delegate to the user class's (resultset) C<auto_create> method.
=head1 NOTES
As of the current release, session storage consists of simply storing the user's
id in the session, and then using that same id to re-retrieve the user's information
from the database upon restoration from the session. More dynamic storage of
user information in the session is intended for a future release.
=head1 BUGS AND LIMITATIONS
None known currently; please email the author if you find any.
=head1 SEE ALSO
L<Catalyst::Plugin::Authentication>, L<Catalyst::Plugin::Authentication::Internals>,
and L<Catalyst::Plugin::Authorization::Roles>
=head1 AUTHOR
lib/Catalyst/Authentication/Store/DBIx/Class/User.pm view on Meta::CPAN
that method (probably in your schema file)
=head2 AUTOLOAD
Delegates method calls to the underlying user row.
=head2 can
Delegates handling of the C<< can >> method to the underlying user row.
=head1 BUGS AND LIMITATIONS
None known currently, please email the author if you find any.
=head1 AUTHOR
Jason Kuri (jayk@cpan.org)
=head1 CONTRIBUTORS
Matt S Trout (mst) <mst@shadowcat.co.uk>
( run in 0.519 second using v1.01-cache-2.11-cpan-4d50c553e7e )