diff options
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 0000000000..bf2720ea21 --- /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. |