From 4a4301f02c1cacd573ec6ab0230dbfca8fccbfbd Mon Sep 17 00:00:00 2001 From: lishengzhao <shengzhao@honyee.cc> Date: Fri, 15 May 2015 14:43:08 +0800 Subject: [PATCH] Add grant_type description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de144a3..733f353 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ <hr/> <strong>grant_type</strong> +<br/> 说明Oauth支持的grant_type(授权方式)与功能 <ol> <li><code>authorization_code</code> -- 授权码模式(即先登录获取code,再获取token)</li>