Source: liblwp-authen-oauth2-perl Maintainer: Debian Perl Group Uploaders: Nick Morrott Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 11) Build-Depends-Indep: perl, libjson-perl, liblwp-protocol-https-perl, libtest-pod-perl, libwww-perl Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblwp-authen-oauth2-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblwp-authen-oauth2-perl.git Homepage: https://metacpan.org/release/LWP-Authen-OAuth2 Package: liblwp-authen-oauth2-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libjson-perl, liblwp-protocol-https-perl, libwww-perl Description: module enabling OAuth 2 requests via LWP LWP::Authen::OAuth2 lets you access OAuth 2 protected APIs with LWP. Specifically it provides helper methods to construct all requests to the service provider, and takes care (if possible) of details like automatically refreshing tokens when needed. . There can be wide variation between implementations of OAuth 2. Simple implementations can be handled with some configuration information, but hooks are available to handle more complex service providers.