diff --git a/README.md b/README.md index 680996a..1a18059 100644 --- a/README.md +++ b/README.md @@ -94,11 +94,10 @@ Base on SpringBoot
refresh_token
-- 刷新access_tokendevice_code
-- 适用于各类无输入键盘的物联网智能设备进行认证授权, 通过类似'扫码登录'形式完成整个流程 OAuth2.1新增client_credentials
-- 客户端模式(无用户,用户向客户端注册,然后客户端以自己的名义向'服务端'获取资源)jwt-bearer
-- 增强client端请求安全性的断言(assertion)实现; 通过类似'双向SSL'的机制来让server端验证client端的签名实现强安全性.
- Version: 3.0.0 [pending]
+ Version: 3.0.0 [finished]
- Date: 2023-10-10 / ---
+ Date: 2023-10-10 / 2023-10-31
底层安全架构升级:jdk升级17, spring6.x, springboot3.x, thymeleaf替换servlet/jsp
全面升级支持 OAuth2.1协议与 OIDC1.x协议
全面升级支持 OAuth2.1协议与 OIDC1.0协议
构建包由war换成jar, SQL相应调整
升级替换spring-security-oauth2, 详见背景说明
界面使用说明按OAuth2.1进行友好更新
用spring-security-oauth2-authorization-server升级替换spring-security-oauth2, 详见背景说明
界面使用说明按OAuth2.1进行友好设计并更新各提示语句
增加spring-restdocs文档支持, 自动生成API相关文档
#73 - Upgrade 'spring-security-oauth2' version to '2.0.6.RELEASE' (current: 1.0.5.RELEASE) [CANCELED]
#74 - oauth mysql ddl add create_time, default is now()
- 在0.3版本中添加了 2020-06-04 发布 2.0.2 版本 2022-05-01 发布 2.1.0 版本 2023-10-10 开始全新大版本 3.0.0 开发 2023-10-31 发布 3.0.0 全新版本#75 - Add user information API, for spring-oauth-client
project use
+ #75 - Add user information API, for
+ spring-oauth-client
project use
URL: /unity/user_info
Login: Yes (ROLE_UNITY)
@@ -353,7 +353,7 @@ Base on SpringBoot
Login: Yes (ROLE_MOBILE)
Data Format: JSON
- #77 - User add Privilege domain.
Addition initial two user: unityuser(ROLE_UNITY),mobileuser("ROLE_MOBILE).
@@ -372,9 +372,10 @@ Base on SpringBoot
数据库表字段说明
db_table_description.html
文件(位于/others目录), 用来说明数据库脚本文件oauth.ddl
中各表,各字段的用途及使用场合.
+ 在0.3版本中添加了db_table_description.html
文件(位于/others目录, 3.0.0版本db_table_description_3.0.0.html),
+用来说明数据库脚本文件oauth.ddl
中各表,各字段的用途及使用场合.
- 也可在线访问https://andaily.com/spring-oauth-server/db_table_description.html.
+ 也可在线访问db_table_description_3.0.0.html.