forked from lyokato/p5-oauth-lite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
33 lines (22 loc) · 773 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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.