Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create custom oAuth Server With Zend

is it possible to create a custom oAuth server with the Zend Framework Zend_Oauth? For example i want to create a REST service and have oAuth authentication? Does the zend framework have support for this out of the box?>

like image 994
Brandon_R Avatar asked Nov 06 '22 09:11

Brandon_R


1 Answers

Currently, there is no working OAuth server/auth adapter. There are a few of us (including myself) working to meld the existing Zend_Oauth into a Zend_Auth_Adapter.

Find me on twitter @onyxraven and we can discuss. I should have an idea of what needs done before the end of the week.

like image 151
Justin Avatar answered Nov 09 '22 05:11

Justin