简体   繁体   中英

PHP oAuth2 Provider

I am trying to find a tutorial on how to build an oAuth2 Provider with PHP. I googled about it and no results came up. Exists out there any guides on how to do this? Or something like a library that can help me implement an oAuth2 Service Provider with PHP?

I've been looking for the same thing for a while now, but I haven't found much. oAuth2 is still in draft . The current version as of this writing is 30.

The best things I'v found are a Google Code project that supports version 9 of the spec, which could be fairly outdated. You can find that project here .

I have also found this article on how to write it yourself, though I haven't looked at the post in sometime - How to write a complete OAuth Provider in PHP5 .

It looks like there is some movement with the Zend Framework 2 which looks hopeful. It looks like an RFC was in June, 2012: RFC - OAuth 2.0

I'm certainly anxious for something to use myself.

Similar questions have been asked as well for reference which include the links to projects referenced above:

Hope that helps!

Anyone find/use/recommend an oAuth2 provider library/class?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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