Are there OAuth 2 server side PHP or Java implementations? [closed]

别等时光非礼了梦想. 提交于 2020-01-09 10:28:26

问题


If there is more then one implementation, which one is better/mostly maintained?

Specifically for OAuth 2.0 Draft 12.


回答1:


Taken from OAuth Wiki, there seems to be one PHP implementation called oauth2-php which supports IETF draft v9. Since OAuth2 is still a draft, it will probably be hard to find more implementations.




回答2:


There is a more up-to-date version of the PHP OAuth2 library available at https://github.com/quizlet/oauth2-php It implements draft 20 of the spec, and will likely work with few or no changes once the final spec is released.




回答3:


See also the one from Ericsson labs: https://labs.ericsson.com/apis/oauth2-framework/

The OAuth2 Framework allows you to protect your web resources using the next generation OAuth, (http://oauth.net/2/) as well as accessing OAuth2 protected resources, most notably the Facebook Graph API. The API consists of libraries for building your own OAuth2 server as well as client side access. The standard is still in draft mode so expect some level of changes. Currently version 10 of the OAuth 2 specification is the one being supported.



来源:https://stackoverflow.com/questions/4875420/are-there-oauth-2-server-side-php-or-java-implementations

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