| Package Information |
| Summary |
OAuth 1.0 consumer and provider 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.
This package provides an API for fetching and serving OAuth protected resources. |
Release notes Version 0.99.2 (beta) |
- Fixed PECL bug #15110 #15111 (ZTS build, Segfault and memory leak, hannes/felipe) + other memleaks
- Fixed PECL bug #15112 (incorrect cvs branch)
- Updated fetch to respect additional request params, added examples and TODO
- Updates for 5.3
- Support for older libcurl versions
- Added arginfo
- Marking as beta |