Set up a PHP OAuth Provider

蹲街弑〆低调 提交于 2020-01-09 09:11:48

问题


Alright I am trying to set up an OAuth Provider in PHP, but I just cannot get the hang of it. 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.


回答1:


http://djpate.com/2011/01/13/how-to-write-a-complete-oauth-provider-in-php5 thast a pretty good tutorial to get a clue on the provider side




回答2:


Pate's is good and here is another one by Rasmus:

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




回答3:


I usually use the Zend_OAuth component (the whole 2 times ive implemented it, haha). The manual has some pretty clear instructions. This tutorial for it might also be helpful.



来源:https://stackoverflow.com/questions/3454063/set-up-a-php-oauth-provider

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