Changes for version 1.13 - 2008-10-08
- Consumer now doesn't inherit LWP::UserAgent but delegate.
- Server::mod_perl2: fixed point that building regularized uri for proxy usage. borrowed code from Catalyst::Engine::Apache.
- Server::mod_perl2 now pushes error response according to OAuth Problem Reporting. but not completed yet.
- Server::mod_perl2 now handles XRDS if you set XRDSLocation on httpd.conf or directly override 'build_xrds' method, according to OAuth Discovery spec.
Modules
OAuth framework
auth method constants.
consumer agent
constants for OAuth Problem Reporting Extension
simple echo server example
mod_perl2 OAuth server
server side utility
signature method base class
HMAC_SHA1 signature method class;
PLAINTEXT signature method class;
RSA_SHA1 signature method class;
token class
utility for OAuth