如何使用 Zend Framework 向 Web 应用程序添加 Oauth 提供程序?Zend Framework 支持 oauth 消费者,但我没有看到提供者支持.您使用什么在 php 中实现 Oauth 提供程序(使用 Zend 框架)?
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)?
我关注了 本指南来自 Rasmus Lerdorf 以实现 OAuth 提供程序.
I followed this guide from Rasmus Lerdorf to implement an OAuth provider.
虽然我实际上并没有使用 pecl 扩展,但您可以使用这篇文章来编写自己的服务器组件.
While I didn't actually use the pecl extension, you can use the article to write your own server component.
这篇关于Zend 框架 Oauth 提供程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
PHP、MySQL PDOException 的死锁异常代码?Deadlock exception code for PHP, MySQL PDOException?(PHP、MySQL PDOException 的死锁异常代码?)
PHP PDO MySQL 可滚动游标不起作用PHP PDO MySQL scrollable cursor doesn#39;t work(PHP PDO MySQL 可滚动游标不起作用)
PHP PDO ODBC 连接PHP PDO ODBC connection(PHP PDO ODBC 连接)
使用 PDO::FETCH_CLASS 和魔术方法Using PDO::FETCH_CLASS with Magic Methods(使用 PDO::FETCH_CLASS 和魔术方法)
php pdo 只从 mysql 获取一个值;等于变量的值php pdo get only one value from mysql; value that equals to variable(php pdo 只从 mysql 获取一个值;等于变量的值)
MSSQL PDO 找不到驱动程序MSSQL PDO could not find driver(MSSQL PDO 找不到驱动程序)