diff options
author | Симон Болоканов <sbolokanov@abv.bg> | 2014-09-16 08:15:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-16 08:15:49 +0700 |
commit | b5785fcfa514d661409c808f36d7b21b4ac518d2 (patch) | |
tree | 3fc7ef6d524cdee272d3c3fae89f7f3a2c207dbb /libraries/liboauth/README | |
parent | 466ccdd90cf461b55064e3367a7299e63c4298d0 (diff) |
libraries/liboauth: Added (OAuth Core in C).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/liboauth/README')
-rw-r--r-- | libraries/liboauth/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/liboauth/README b/libraries/liboauth/README new file mode 100644 index 000000000000..bf2720ea2140 --- /dev/null +++ b/libraries/liboauth/README @@ -0,0 +1,5 @@ +liboauth is a collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard. +liboauth provides functions to escape and encode parameters according to OAuth specification +and offers high-level functionality to sign requests or verify OAuth signatures as well as perform HTTP requests. + +Note: If you want to build with NSS suport instead of OpenSSL pass NSS=yes to the script. |