设置 PHP OAuth 提供程序

2021-12-31 00:00:00 oauth php oauth-provider

好吧,我正在尝试在 PHP 中设置 OAuth 提供程序,但我无法掌握它的窍门.我已被引用到此页面很多次,但我无法将头环绕.有人能帮我一步一步地帮助我,或者给我参考更直接的指南吗?非常感谢.

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.

推荐答案

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

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

相关文章