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

..03-May-2022-

examples/H08-Feb-2016-27792

lib/Net/OpenID/H08-Feb-2016-3,2271,398

t/H08-Feb-2016-886678

xt/H08-Feb-2016-446316

ChangesH A D08-Feb-201612.7 KiB382250

INSTALLH A D08-Feb-2016419 1611

LICENSEH A D08-Feb-201617.9 KiB380292

MANIFESTH A D08-Feb-2016461 2524

META.jsonH A D08-Feb-20161.6 KiB6462

META.ymlH A D08-Feb-2016870 3332

Makefile.PLH A D08-Feb-20161.5 KiB7254

READMEH A D08-Feb-2016633 2515

README

1Net-OpenID-Consumer
2===================
3This is a set of Perl modules for implementing
4a Relying Party for OpenID (versions 1.1 or 2.0)
5
6There are two companion distributions:
7
8   Net-OpenID-Server -- implements an OpenID Provider
9   Net-OpenID-Common -- prerequisites for -Server and -Consumer
10
11INSTALL has the usual installation instructions.
12
13Changes has the change log (surprise).
14
15 - - -
16
17If you are upgrading from Consumer 1.03 or earlier,
18please be aware of API changes with respect to
19
20  $consumer->args(CODEREF)
21  $consumer->handle_server_response / user_setup_url
22
23see 'Changes' and the Consumer.pm podfile for details.
24
25