The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catalyst::Plugin::Authentication::AuthTkt - shim for Apache::AuthTkt

DESCRIPTION

This module implements the Catalyst::Plugin::Authentication API for Apache::AuthTkt. See Catalyst::Plugin::Authentication::AuthTkt for complete user documentation.

METHODS

new( config, app )

Instantiate the store. config is used to set the cookie name to check in find_user().

find_user( userinfo, context )

Returns a Catalyst::Plugin::Authentication::User::AuthTkt object on success, undef on failure.

find_user() checks the context request object for a cookie named cookie_name() or a param named cookie_name(), in that order. If neither are present, or if present but invalid, find_user() returns undef.

for_session( context, user )

Implements required method for stashing user in a session.

from_session( context, frozen_user )

Implements required method for de-serializing frozen_user from a session store.

AUTHOR

Peter Karman, <karman at cpan dot org>

BUGS

Please report any bugs or feature requests to bug-catalyst-plugin-authentication-authtkt at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Plugin-Authentication-AuthTkt. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Catalyst::Plugin::Authentication::AuthTkt

You can also look for information at:

ACKNOWLEDGEMENTS

The Minnesota Supercomputing Institute http://www.msi.umn.edu/ sponsored the development of this software.

COPYRIGHT & LICENSE

Copyright 2007 by the Regents of the University of Minnesota.

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