| Package Information |
| Summary |
oauth consumer extension |
| Maintainers |
John Jawed <jawed@php.net> (lead) [details] Felipe Pena <felipe@php.net> (developer) [details] Rasmus Lerdorf <rasmus@php.net> (lead) [details] Tjerk Meesters <datibbaw@php.net> (developer) [details]
|
| License |
BSD |
| Description |
OAuth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store usernames and passwords.
Requirements: ext/hash and libcurl (with https support if you plan to access resources over https). |
Release notes Version0.99.8 |
- Added setCAPath/getCAPath for Certificate Authority information
- Fixed bus error on fetch if http_method was undefined |