Package Information |
Summary |
oauth consumer extension |
Maintainers |
Michael Wallner <
mike at php dot net >
(lead)
[details]
John Jawed <
jawed at php dot net >
(lead)
[details]
Felipe Pena <
felipe at php dot net >
(developer)
[details]
Rasmus Lerdorf <
rasmus at php dot net >
(lead)
[details]
Tjerk Meesters <
datibbaw at php dot net >
(developer)
[details]
Sean DuBois <
sean at siobud dot com >
(lead)
[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 (now a part of PHP core) |
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 |