mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
37ecda7277
WWW::OAuth implements OAuth 1.0 request authentication according to RFC 5849 (sometimes referred to as OAuth 1.0A). It does not implement the user agent requests needed for the complete OAuth 1.0 authorization flow; it only prepares and signs requests, leaving the rest up to your application. It can authenticate requests for LWP::UserAgent, Mojo::UserAgent, HTTP::Tiny, and can be extended to operate on other types of requests. WWW: https://metacpan.org/pod/WWW::OAuth
13 lines
478 B
Plaintext
13 lines
478 B
Plaintext
%%SITE_PERL%%/WWW/OAuth.pm
|
|
%%SITE_PERL%%/WWW/OAuth/Request.pm
|
|
%%SITE_PERL%%/WWW/OAuth/Request/Basic.pm
|
|
%%SITE_PERL%%/WWW/OAuth/Request/HTTP_Request.pm
|
|
%%SITE_PERL%%/WWW/OAuth/Request/Mojo.pm
|
|
%%SITE_PERL%%/WWW/OAuth/Util.pm
|
|
%%PERL5_MAN3%%/WWW::OAuth.3.gz
|
|
%%PERL5_MAN3%%/WWW::OAuth::Request.3.gz
|
|
%%PERL5_MAN3%%/WWW::OAuth::Request::Basic.3.gz
|
|
%%PERL5_MAN3%%/WWW::OAuth::Request::HTTP_Request.3.gz
|
|
%%PERL5_MAN3%%/WWW::OAuth::Request::Mojo.3.gz
|
|
%%PERL5_MAN3%%/WWW::OAuth::Util.3.gz
|