This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Apr 08 01:00:29 -0700 2009 | |
| |
.shipit | Wed Apr 08 01:00:29 -0700 2009 | |
| |
Changes | Mon Nov 09 19:46:43 -0800 2009 | |
| |
MANIFEST | Wed Oct 28 20:38:51 -0700 2009 | |
| |
MANIFEST.SKIP | Mon Mar 30 02:26:43 -0700 2009 | |
| |
Makefile.PL | Wed Oct 28 22:05:36 -0700 2009 | |
| |
README | Sun Mar 29 19:33:30 -0700 2009 | |
| |
examples/ | Wed Oct 28 22:05:36 -0700 2009 | |
| |
lib/ | Mon Nov 09 19:46:43 -0800 2009 | |
| |
t/ | Sat Oct 31 21:48:26 -0700 2009 |
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.







