Zend Framework Oauth Provider

前端 未结 2 1402
时光说笑
时光说笑 2020-12-18 00:48

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

2条回答
  •  眼角桃花
    2020-12-18 01:10

    If you look at the zend incubator, it has a new Zend_Oauth_Server file

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

    I think Brandon's correct in saying that a Provider doesn't exist yet in Zend, but I think this class maybe a future provider they're working on.

    We're looking at implementing a provider for one of out projects at work, so I'll probably have to research this in depth soon. Keep me posted if you find more info on this yourself and I'll keep this thread updated on my side.

提交回复
热议问题