diff --git a/README.md b/README.md index 2977862..57dd8b6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -#spring-oauth-server +# spring-oauth-server +
java config版本(Spring Boot) @@ -31,7 +32,8 @@ Base on Spring-Boot
MongoDB版本请访问Branch: mongodb
-Redis版本请访问Branch: config-redis +Redis版本请访问Branch: +config-redis

OAuth客户端项目请访问 spring-oauth-client @@ -45,7 +47,7 @@ Base on Spring-Boot


-

+

如何使用?
  1. @@ -74,7 +76,7 @@ Base on Spring-Boot 参考oauth_test.txt(位于others目录)的内容并测试之(也可在浏览器中访问相应的地址,如: http://localhost:8080/spring-oauth-server).
-

+

@@ -136,7 +138,7 @@ Base on Spring-Boot 中的内容,将对应的 grant_type 注释或删掉即可
  • -

    +

    如何刷新access_token(refresh_token), 在通过客户端(如移动设备)登录成功后返回的数据如下
    {"access_token":"3420d0e0-ed77-45e1-8370-2b55af0a62e8","token_type":"bearer","refresh_token":"b36f4978-a172-4aa8-af89-60f58abe3ba1","expires_in":43199,"scope":"read write"}
    @@ -150,7 +152,7 @@ Base on Spring-Boot
                 注意: refresh_token 参数值必须与登录成功后获取的 refresh_token 一致, 且grant_type = refresh_token
                 
    另: 刷新token 需要 ClientDetails 支持 refresh_token 类型的 grant_type (默认是支持的) -

    +
  • @@ -213,7 +215,7 @@ Base on Spring-Boot
  • 修改ROLE的错误配置

  • Use spring-boot 2.0.2.RELEASE

  • Fix issue #IJO9R /oauth/rest_token 接口 client_secret字段没有校验

  • -
  • 将项目用视频方式展现出来,更直观

  • +
  • 将项目用视频方式展现出来,更直观


  • @@ -327,7 +329,7 @@ Base on Spring-Boot
  • #92 - Add database table column description. (添加数据库表的字段说明)

  • #93 - 将默认的 oauth_code存入数据库(当前是存入内存)

  • spring-oauth-server project add Bootstrap CSS

  • -
  • #95 - Add 'client-details' management; create/delete, show testing links

  • +
  • #95 - Add 'client-details' management; create/delete, show testing links

  • @@ -344,7 +346,7 @@ Base on Spring-Boot
    Project Log -

    +

    1. 2013-11-19 Initial project, start push code

    2. 2013-11-20 发布0.1版本

    3. @@ -364,10 +366,11 @@ Base on Spring-Boot
    4. 2018-04-21 使用spring-boot重构,增加2.0.0实现 2.0.0

    5. 2018-05-01 开始 2.0.1 分支开发

    6. 2019-07-04 Add Redis config branch

    7. -
    8. 2019-08-04 发布 2.0.1 版本

    9. -
    10. 2020-06-04 发布 2.0.2 版本

    11. +
    12. 2019-08-04 发布 2.0.1 版本

    13. +
    14. 2020-06-04 发布 2.0.2 版本

    15. +
    16. 2022-05-01 发布 2.1.0 版本

    -

    +