OAuth2.0学习(2-1)OAuth的开源项目
1、开源项目列表 http://www.oschina.net/project/tag/307/oauth?lang=19&sort=time
客户端 http://git.oschina.net/mkk/spring-oauth-client
服务端 http://git.oschina.net/mkk/spring-oauth-server
客户端和服务端 http://github.com/spring-projects/spring-security-oauth
Spring-security-oauth2 http://blog.sina.com.cn/s/blog_4adc4b090102uxrx.html
shirbo 实现:http://jinnianshilongnian.iteye.com/blog/2038646
oltu 实现:http://oltu.apache.org/
2、oauth2实现比较
Spring security+oauth2框架与Shiro+oltu相比,后者的入门门槛相对较低, 代码更加透明, 理解更容易,可扩展性更强, 且模块化开发。
Spring security+oauth2框架
Spring Oauth2,参考http://www.oschina.net/p/spring-oauth-server.
官方开发指南http://projects.spring.io/spring-security-oauth/docs/oauth2.html
中文版http://www.oschina.net/translate/oauth-2-developers-guide
基于Apache OLTU的OAuth2.0授权解决方案
代码地址1:https://github.com/favccxx/FavOAuth2 【oauth2-server】
代码地址2:http://git.oschina.net/mkk/oauth2-shiro 【oauth2-server】
代码地址3:http://git.oschina.net/mkk/spring-oauth-client/ 【oauth2-client】