Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zend Framework Oauth Provider

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 use to implement a Oauth provider in php (with Zend Framework)?

like image 905
Wienczny Avatar asked Oct 31 '10 01:10

Wienczny


1 Answers

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.

like image 148
David Snabel-Caunt Avatar answered Sep 30 '22 18:09

David Snabel-Caunt