pkgsrc-wip/php-oauth/DESCR
Filip Hajny 1ea7b6162e Update php-oauth to 1.2.2.
Changes in 1.2.2
- Bug 22834

Changes in 1.2
- Fixed bugs: 22337, 22485, 22628, 22630, 22484 (and others!)
- Added ability to coerce HTTP method when calling OAuth::fetch()

Changes in 1.1.0
- Fixed bugs: 17782, 18214, 21426, 22093
- Added PLAINTEXT signature method support (stas@)
- Added OAuth::getRequestHeader and OAuth::setSSLChecks (hirokawa@)
2012-03-25 18:56:31 +00:00

3 lines
155 B
Text

OAuth is an authorization protocol built on top of HTTP which allows
applications to securely access data without having to store usernames
and passwords.