liblwp-authen-oauth2-perl 0.20-1 source package in Ubuntu

Changelog

liblwp-authen-oauth2-perl (0.20-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.20.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 04 Feb 2023 22:07:16 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblwp-authen-oauth2-perl_0.20-1.dsc 2.5 KiB 6e678adcbdd22e0768895d2b2d0cf411adae05d9a4761c36c23f834cbd4df6ed
liblwp-authen-oauth2-perl_0.20.orig.tar.gz 46.3 KiB 87d8db9ebe0213c4d9eb2fa8a01257fe2660e1281144e6cbee978eaf7e1a1bde
liblwp-authen-oauth2-perl_0.20-1.debian.tar.xz 5.8 KiB e8b5bf11fc3bf1c4f1c84cb8add94ea5106cdab6819b8e32a3f46d73cb3914e7

Available diffs

No changes file available.

Binary packages built by this source

liblwp-authen-oauth2-perl: 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.