开发者

How do I actually serve signed requests with oauth-php?

开发者 https://www.devze.com 2023-04-05 02:09 出处:网络
I am making an oauth provider and implemented everything in chapter 6 of http://oauth.net/core/1.0a/ , which is authenticating with OAuth开发者_Python百科. However, I am at a loss to how to actually s

I am making an oauth provider and implemented everything in chapter 6 of http://oauth.net/core/1.0a/ , which is authenticating with OAuth开发者_Python百科. However, I am at a loss to how to actually serve authorized requests with the server (chapter 7).

Please point me to the right documentation or source code I would have missed.


Google Code has several libraries for doing OAuth (both server and client). Browse through them to see how thing are implement.s

0

精彩评论

暂无评论...
验证码 换一张
取 消