博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OAuth2.0学习(1-12)开源的OAuth2.0项目和比较
阅读量:7034 次
发布时间:2019-06-28

本文共 600 字,大约阅读时间需要 2 分钟。

 

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】

 

转载地址:http://ucyal.baihongyu.com/

你可能感兴趣的文章
form表单 无法提交js动态添加的表单元素问题。。
查看>>
Activiti流程图查看
查看>>
ArrayList源码解析-扩容
查看>>
HDU 1222 Wolf and Rabbit(gcd)
查看>>
c#中子线程控制进度条的一个简单例子(多线程问题)
查看>>
我被面试官问到的问题-3
查看>>
python 常用模块之os、sys、shutil
查看>>
centos7 安装mysql5.7及配置
查看>>
重写与重载
查看>>
pdf文件太大如何进行压缩,压缩pdf文件的步骤分享
查看>>
RTC介绍
查看>>
saltstack grains模块自定义
查看>>
多级视频监控平台网络配置
查看>>
JavaScript判断语句
查看>>
图像处理之高斯模糊
查看>>
Centos 安装邮件发送报警软件 MSMTP+MUTT
查看>>
linux添加新硬盘、格式化以及自动挂载
查看>>
bzoj 1010: [HNOI2008]玩具装箱toy
查看>>
initWithImage和imageWithContentsOfFile的区别
查看>>
iOS 5 :一个UIPageViewController程序示例
查看>>