Source: libnet-oauth-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 10), libmodule-build-perl Build-Depends-Indep: perl, libcrypt-openssl-rsa-perl, libdigest-hmac-perl, libclass-data-inheritable-perl, liburi-perl, libclass-accessor-perl, libtest-warn-perl, libwww-perl Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-oauth-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-oauth-perl.git Homepage: https://metacpan.org/release/Net-OAuth Package: libnet-oauth-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libcrypt-openssl-rsa-perl, libclass-data-inheritable-perl, libdigest-hmac-perl, libclass-accessor-perl, libwww-perl Description: implementation of the OAuth 1.0 protocol Net::OAuth implements OAuth, which is "An open protocol to allow secure API authentication in a simple and standard method from desktop and web applications." . In practical terms, OAuth is a mechanism for a Consumer to request protected resources from a Service Provider on behalf of a user.