• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/LWP/Authen/H25-Feb-2019-3,7641,463

t/H25-Feb-2019-323237

ChangesH A D25-Feb-20193.3 KiB10370

LICENSEH A D31-Oct-20181.9 KiB4031

MANIFESTH A D25-Feb-20191.2 KiB3635

MANIFEST.SKIPH A D31-Oct-201826 32

META.jsonH A D25-Feb-20191.3 KiB5554

META.ymlH A D25-Feb-2019715 3130

Makefile.PLH A D25-Feb-20191.3 KiB4240

READMEH A D31-Oct-20181.1 KiB4227

README.mdH A D15-Jun-201463 53

README

1LWP-Authen-OAuth2
2
3LWP::Authen::OAuth2 lets you access OAuth 2 protected APIs with LWP.
4Specifically it provides helper methods to construct all requests to the
5service provider, and takes care (if possible) of details like
6automatically refreshing tokens when needed.
7
8There can be wide variation between implementations of OAuth 2.  Simple
9implementations can be handled with some configuration information.  But
10hooks are available to handle more complex service providers.
11
12INSTALLATION
13
14To install this module, run the following commands:
15
16	perl Makefile.PL
17	make
18	make test
19	make install
20
21SUPPORT AND DOCUMENTATION
22
23After installing, you can find documentation for this module with the
24perldoc command.
25
26    perldoc LWP::Authen::OAuth2
27
28You can also look for information at:
29
30    RT, CPAN's request tracker (report bugs here)
31        http://rt.cpan.org/NoAuth/Bugs.html?Dist=LWP-Authen-OAuth2
32
33    AnnoCPAN, Annotated CPAN documentation
34        http://annocpan.org/dist/LWP-Authen-OAuth2
35
36    CPAN Ratings
37        http://cpanratings.perl.org/d/LWP-Authen-OAuth2
38
39    Search CPAN
40        http://search.cpan.org/dist/LWP-Authen-OAuth2/
41
42

README.md

1perl-oauth2
2===========
3
4Modules for a Perl consumer of OAuth2
5