Library for enabling X-WSSE authentication in LWP.
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.
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.
To install p5.28-lwp-authen-wsse, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-lwp-authen-wsse
To see what files were installed by p5.28-lwp-authen-wsse, run:
port contents p5.28-lwp-authen-wsse
To later upgrade p5.28-lwp-authen-wsse, run:
sudo port selfupdate && sudo port upgrade p5.28-lwp-authen-wsse
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.