NAME

Catalyst::Authentication::Credential::RemoteHTTP::UserAgent - Wrapper for LWP::UserAgent

VERSION

version 0.04

DESCRIPTION

A thin wrapper for LWP::UserAgent to make basic auth simpler.

METHODS

set_credentials

now takes just a username and password

get_basic_credentials

Returns the set credentials, takes no options.

ACKNOWLEDGEMENTS

Marcus Ramberg <mramberg@cpan.org - original code in Catalyst::Plugin::Authentication::Credential::HTTP::User

AVAILABILITY

The project homepage is http://search.cpan.org/dist/Catalyst-Authentication-Credential-RemoteHTTP.

The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN/ to find a CPAN site near you, or see http://search.cpan.org/dist/Catalyst-Authentication-Credential-RemoteHTTP/.

The development version lives at http://github.com/nigelm/Catalyst-Authentication-Credential-RemoteHTTP and may be cloned from git://github.com/nigelm/Catalyst-Authentication-Credential-RemoteHTTP. Instead of sending patches, please fork this project using the standard git and github infrastructure.

BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests through the web interface at http://rt.cpan.org.

BUGS

Please report any bugs or feature requests to bug-catalyst-authentication-credential-remotehttp@rt.cpan.org or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=Catalyst-Authentication-Credential-RemoteHTTP

AUTHOR

Nigel Metheringham <nigelm@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Nigel Metheringham <nigelm@cpan.org>.

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