1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: libwww-oauth-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libclass-tiny-chained-perl <!nocheck>,
libcrypt-sysrandom-perl <!nocheck>,
libhttp-message-perl <!nocheck>,
libmodule-runtime-perl <!nocheck>,
libmojolicious-perl <!nocheck>,
librole-tiny-perl <!nocheck>,
libscalar-list-utils-perl <!nocheck>,
libtest-needs-perl <!nocheck>,
liburi-perl <!nocheck>,
libwww-form-urlencoded-perl <!nocheck>,
perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwww-oauth-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libwww-oauth-perl.git
Homepage: https://metacpan.org/release/WWW-OAuth
Package: libwww-oauth-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libclass-tiny-chained-perl,
libcrypt-sysrandom-perl,
libmodule-runtime-perl,
librole-tiny-perl,
libscalar-list-utils-perl,
liburi-perl,
libwww-form-urlencoded-perl
Description: portable OAuth 1.0 authentication module
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.
.
Some user agents, e.g. LWP::UserAgent, can be configured to automatically
authenticate each request with a WWW::OAuth object.
|