File: README

package info (click to toggle)
libnet-openid-consumer-perl 1.18-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 340 kB
  • sloc: perl: 2,449; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Net-OpenID-Consumer
===================
This is a set of Perl modules for implementing 
a Relying Party for OpenID (versions 1.1 or 2.0)

There are two companion distributions:

   Net-OpenID-Server -- implements an OpenID Provider
   Net-OpenID-Common -- prerequisites for -Server and -Consumer

INSTALL has the usual installation instructions.

Changes has the change log (surprise).

 - - -

If you are upgrading from Consumer 1.03 or earlier,
please be aware of API changes with respect to 

  $consumer->args(CODEREF)
  $consumer->handle_server_response / user_setup_url

see 'Changes' and the Consumer.pm podfile for details.