Source: liblwp-authen-oauth2-perl Maintainer: Debian Perl Group Uploaders: Nick Morrott Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libmodule-build-perl Build-Depends-Indep: libhttp-message-perl , libjson-perl , libtest-pod-perl , liburi-perl , libwww-perl , perl Standards-Version: 4.5.1 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 Rules-Requires-Root: no Package: liblwp-authen-oauth2-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhttp-message-perl, libjson-perl, liburi-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.