1、开源项目列表
客户端
服务端
客户端和服务端
Spring-security-oauth2
shirbo 实现:
oltu 实现:
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】