1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/www/p5-LWP-Authen-Wsse/pkg-descr
Vanilla I. Shu 64d9c2bb8c Add p5-LWP-Authen-Wsse 0.03, library for enabling X-WSSE authentication
in LWP.

PR:		ports/68224
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-07-16 02:25:44 +00:00

12 lines
494 B
Plaintext

LWP::Authen::Wsse allows LWP to authenticate against servers that are using
the X-WSSE authentication scheme, as required by the Atom Authentication API.
The module is used indirectly through LWP, rather than including it directly
in your code. The LWP system will invoke the WSSE authentication when it
encounters the authentication scheme while attempting to retrieve a URL
from a server.
WWW: http://search.cpan.org/dist/LWP-Authen-Wsse/
Author: Autrijus Tang <autrijus@autrijus.org>