kzys / p5-oauth-lite forked from lyokato/p5-oauth-lite
- Source
- Commits
- Network (4)
- Downloads (3)
- Wiki (1)
- Graphs
-
Branch:
duplicated-params
commit 3cb63d6c726d5c134dd281a9fdd2b2adc615c760
tree 9e57cc780e7b386174a09298842591bada6521f2
parent 0f2fb919b0a3f10405b95cda503a2d3df9fc9c98
tree 9e57cc780e7b386174a09298842591bada6521f2
parent 0f2fb919b0a3f10405b95cda503a2d3df9fc9c98
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Apr 08 01:00:29 -0700 2009 | |
| |
.shipit | Wed Apr 08 01:00:29 -0700 2009 | |
| |
Changes | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | Mon Mar 30 02:26:43 -0700 2009 | |
| |
Makefile.PL | ||
| |
README | Sun Mar 29 19:33:30 -0700 2009 | |
| |
examples/ | ||
| |
lib/ | ||
| |
t/ |
README
NAME
OAuth::Lite - OAuth framework
SYNOPSIS
CONSUMER SIDE
See OAuth::Lite::Consumer
SERVICE PROVIDER SIDE
See OAuth::Lite::ServerUtil.
or if you want to build server on mod_perl2, See
OAuth::Lite::Server::mod_perl2.
DESCRIPTION
This framework allows you to make "OAuth Consumer Application" / "OAuth
Service Provider" easily.
SEE ALSO
http://oauth.net/
OAuth::Lite::Consumer OAuth::Lite::ServerUtil
OAuth::Lite::Server::mod_perl2
AUTHOR
Lyo Kato, `lyo.kato _at_ gmail.com'
COPYRIGHT AND LICENSE
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself, either Perl version 5.8.6 or, at
your option, any later version of Perl 5 you may have available.

