简体   繁体   English

设置PHP OAuth提供程序

[英]Set up a PHP OAuth Provider

Alright I am trying to set up an OAuth Provider in PHP, but I just cannot get the hang of it. 好吧,我正在尝试在PHP中设置OAuth提供程序,但我无法掌握它。 I've been referenced to this page a number of times, but I cannot wrap my head around it. 我已多次引用此页面 ,但我无法绕过它。 Could someone help me out, step by step, or reference me to a more direct guide? 有人可以一步一步地帮助我,或者引用我更直接的指南吗? Thank you very much. 非常感谢你。

http://djpate.com/2011/01/13/how-to-write-a-complete-oauth-provider-in-php5这是一个非常好的教程,可以在提供商方面获得线索

Pate's is good and here is another one by Rasmus: 帕特是好的,这是拉斯穆斯的另一个:

http://toys.lerdorf.com/archives/55-Writing-an-OAuth-Provider-Service.html http://toys.lerdorf.com/archives/55-Writing-an-OAuth-Provider-Service.html

I usually use the Zend_OAuth component (the whole 2 times ive implemented it, haha). 我通常使用Zend_OAuth组件(整整2次我实现了它,哈哈)。 The manual has some pretty clear instructions. 手册有一些非常明确的说明。 This tutorial for it might also be helpful. 教程也可能有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM