forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
467 B
Text
10 lines
467 B
Text
OAuth is an open protocol to allow secure API authorization in
|
|
a simple and standard method from desktop and web applications.
|
|
|
|
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.
|
|
|
|
WWW: http://liboauth.sourceforge.net/
|