- 授权协议: Apache-2.0
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/E7du/jdapp-oauth2.0-server
- 软件文档: https://github.com/E7du/jdapp-oauth2.0-server
- 官方下载: https://github.com/E7du/jdapp-oauth2.0-server
软件介绍
基于JFinal3.x,jfinal-ext3 , japp-lanucher, dubbo, 参考RFC6749实现了4.节描述的内容。
实现了OAuth 2.0定义了四种授权方式
授权码模式(authorization code): 先获取下次请求token的code,然后在带着code去请求token;
简化模式(implicit):直接请求token;
密码模式(resource owner password credentials): 先完成授权,然后再获取token;
客户端模式(client credentials): 类似密码保护模式;
