Create custom oAuth Server With Zend

我的梦境 提交于 2019-12-21 15:10:10

问题


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?>


回答1:


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.




回答2:


Have you taken a look at http://oauth.net/code/ ?

There is a community contribution:

http://framework.zend.com/svn/framework/standard/incubator/library/Zend/Oauth/Server.php



来源:https://stackoverflow.com/questions/3553044/create-custom-oauth-server-with-zend

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!