How can I add a Oauth provider to a web application using Zend Framework? Zend Framework has support for oauth consumers, but I don\'t see a provider support. What do you us
I followed this guide from Rasmus Lerdorf to implement an OAuth provider.
While I didn't actually use the pecl extension, you can use the article to write your own server component.