Zend Framework Oauth Provider

前端 未结 2 1400
时光说笑
时光说笑 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:14

    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.

提交回复
热议问题