spring-oauth-server 2.0.1 发布,扩展 OAuth2 Server

spring-oauth-server在2019-08-04更新发布了2.0.1版本,spring-oauth-server是Spring与Oauth2整合示例。

此版本是使用Spring Boot重构实现后的第2个发布版本(2.0.0是第1个),更新内容如下:

  1. 将项目用视频方式讲解出来,更直观学习与掌握,视频链接http://list.youku.com/albumlist/show/id_51900110.html(不断更新中)
  2. Fix issue #IJO9R /oauth/rest_token 接口 client_secret字段没有校验
  3. Use spring-boot version to :   2.0.2.RELEASE
  4. 修改ROLE的错误配置
  5. 升级Spring Security OAuth版本为2.3.4.RELEASE
  6. 增加将AccessToken存入Redis的配置参考,提高读写性能
  7. 增加使用代码生成AccessToken功能

2.0.1分支链接:https://gitee.com/shengzhao/spring-oauth-server/tree/2.0.1/spring-oauth-server

猜你喜欢

转载自www.oschina.net/news/108783/spring-oauth-server-2-0-1-released