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( hash_ref )

Returns a new User object.

data

Returns whatever arbitrary data was stored in the AuthTkt.

roles

Returns an array for any tokens stored in the AuthTkt.

id

Returns the user's id (username).

supported_features

Returns hashref of features this class implements.

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.