ishikawa / p5-oauth-lite forked from lyokato/p5-oauth-lite
- Source
- Commits
- Network (4)
- Downloads (6)
- Wiki (1)
- Graphs
-
Tree:
0e30ae0
commit 0e30ae0b7a8a2e785cea3b4ff2e99e83dcfb1808
tree ae22ea31dd48eb20397348824afa7b03dd620b04
parent 09bd6cd00361520d9544d6ecf37cf161d0f597e4
tree ae22ea31dd48eb20397348824afa7b03dd620b04
parent 09bd6cd00361520d9544d6ecf37cf161d0f597e4
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.shipit | ||
| |
Changes | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | ||
| |
Makefile.PL | ||
| |
README | ||
| |
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.

