LWP::UserAgent::Keychain - UserAgent that looks up passwords on Mac OS X keychain


LWP-UserAgent-Keychain documentation  | view source Contained in the LWP-UserAgent-Keychain distribution.

Index


NAME

Top

LWP::UserAgent::Keychain - UserAgent that looks up passwords on Mac OS X keychain

SYNOPSIS

Top

  use LWP::UserAgent::Keychain;

  my $ua = LWP::UserAgent::Keychain->new;
  $ua->get("http://proteceted.example.com/");

DESCRIPTION

Top

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

Top

Tatsuhiko Miyagawa <miyagawa@cpan.org>

LICENSE

Top

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

SEE ALSO

Top

Mac::Glue, LWP


LWP-UserAgent-Keychain documentation  | view source Contained in the LWP-UserAgent-Keychain distribution.