The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.12

  • API change: IndirectMessage->new(CODEREF)
    • CODEREF now needs to be able to also take 0 arguments and then return a list of all URI parameter names in the request (core protocol as of OpenID 2.0 needs this functionality)
    • Added IndirectMessage->all_parameters
  • Use HTML::Parser for parsing HTML Added OpenID::util::html_extract_linkmetas
  • Fix YADIS discovery so that (1) HTML parsing is not done on YADIS documents and (2) meta/http-equiv tags are checked when there's no YADIS document or x-xrds-location header

Modules

Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server
Base class for OpenID extensions
Support for the Simple Registration extension (SREG)
Base class for extension messages
Class representing a collection of namespaced arguments
fetch and cache content from HTTP URLs
Perform Yadis discovery on URLs
Class representing an XRDS Service element

Provides

in lib/Net/OpenID/Extension/SimpleRegistration.pm
in lib/Net/OpenID/Extension/SimpleRegistration.pm
in lib/Net/OpenID/URIFetch.pm
in lib/Net/OpenID/Common.pm