From 6ff51bad880f42bcc047c56a8ee608f7a97130b7 Mon Sep 17 00:00:00 2001 From: monkeyk7 Date: Wed, 27 May 2020 09:59:54 +0800 Subject: [PATCH] Update readme --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 613bd4a..10fc216 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Base on Spring-Boot
grant_type
-说明Oauth支持的grant_type(授权方式)与功能 +说明OAuth2支持的grant_type(授权方式)与功能
  1. authorization_code -- 授权码模式(即先登录获取code,再获取token)
  2. password -- 密码模式(将用户名,密码传过去,直接获取token)
  3. @@ -132,7 +132,7 @@ Base on Spring-Boot 自定义 grant_type, 默认情况支持的grant_type包括 [password,authorization_code,refresh_token,implicit], 若不需要其中的某些grant_type, 则可以修改 oauth_client_details 表中的 authorized_grant_types 字段的值;
    - 若想把整个Oauth服务修改来只支持某些grant_type, 请修改 security.xml文件中的 + 若想把整个OAuth2服务修改来只支持某些grant_type, 请修改 security.xml文件中的 中的内容,将对应的 grant_type 注释或删掉即可
  4. @@ -346,7 +346,7 @@ Base on Spring-Boot
    更多资源 -

    以下是在学习工作中收集的更多关于Oauth的资源,对深入理解与运用Oauth有帮助

    +

    以下是在学习工作中收集的更多关于Oauth的资源,对深入理解与运用OAuth2有帮助


    - 与项目相关的技术文章请访问 http://andaily.com/blog/?cat=19 (不断更新与Oauth相关的文章) + 与项目相关的技术文章请访问 http://andaily.com/blog/?cat=19 (不断更新与OAuth2相关的文章)

    问答与讨论
    - 与项目相关的,与Oauth相关的问题与回答,以及各类讨论请访问
    + 与项目相关的,与OAuth2相关的问题与回答,以及各类讨论请访问
    http://andaily.com/blog/?dwqa-question_category=oauth