NAME
LWP::UserAgent::Keychain - UserAgent that looks up passwords on Mac OS X keychain
SYNOPSIS
use LWP::UserAgent::Keychain;
my $ua = LWP::UserAgent::Keychain->new;
$ua->get("http://proteceted.example.com/");
DESCRIPTION
LWP::UserAgent::Keychain is a LWP UserAgent object and it tries to lookup username and password on Mac OS X keychain when it encounters the page secured under HTTP basic or digest authentication.
By default, the tries to find the Internet Key in the keychain named Login.
AUTHOR
Tatsuhiko Miyagawa <miyagawa@cpan.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.