| 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.7 (beta) |
- Throw an exception if a caller attempts to use something other than HTTP POST with an auth type set to FORM
- Fixed getRequestToken and getAccessToken which used GET exclusively
- Do not use pear package version number (bug #16404)
- Some examples may not work properly while OAuth Service Providers address http://oauth.net/advisories/2009-1 |