implicit测试时 取消掉 client secret; 更新样式

pull/1/MERGE
monkeyk7 2017-03-30 23:34:22 +08:00
parent 9bc931d378
commit 9cff66aeec
4 changed files with 11 additions and 10 deletions

View File

@ -157,12 +157,13 @@
<ul> <ul>
<li> <li>
<p> <p>
Version: <strong>1.0</strong> [planning] Version: <strong>1.0</strong> [pending]
<br/> <br/>
Date: --- / --- Date: 2017-03-30 / ---
</p> </p>
<ol> <ol>
<li><p>------</p></li> <li><p><del>implicit测试时 取消掉 client secret</del></p></li>
<li><p><del>implicit测试时 取消掉 client secret</del></p></li>
</ol> </ol>
<br/> <br/>
</li> </li>

View File

@ -36,7 +36,7 @@
<div> <div>
<hr/> <hr/>
<p class="text-center text-muted"> <p class="text-center text-muted">
&copy; 2013 - 2016 &copy; 2013 - 2017
<a href="mailto:sz@monkeyk.com">sz@monkeyk.com</a> from <a <a href="mailto:sz@monkeyk.com">sz@monkeyk.com</a> from <a
href="http://git.oschina.net/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a> href="http://git.oschina.net/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>
</p> </p>

View File

@ -37,9 +37,9 @@
<input type="submit" value="Login" class="btn btn-primary"/> <input type="submit" value="Login" class="btn btn-primary"/>
<a href="${pageContext.request.contextPath}">Back to Home</a>&nbsp; <a href="${pageContext.request.contextPath}">Back to Home</a>&nbsp;
<%--Login error--%> <%--Login error--%>
<c:if test="${param.authorization_error eq 2}"><span <c:if test="${param.authorization_error eq '2'}"><span
class="label label-danger">Access denied !!!</span></c:if> class="label label-danger">Access denied !!!</span></c:if>
<c:if test="${param.authentication_error eq 1}"><span <c:if test="${param.authentication_error eq '1'}"><span
class="label label-danger">Authentication Failure</span></c:if> class="label label-danger">Authentication Failure</span></c:if>
</form> </form>
</div> </div>

View File

@ -13,7 +13,7 @@
} }
</style> </style>
</head> </head>
<body class="container"> <body class="container-fluid">
<h2 class="page-header">spring-oauth-server <h2 class="page-header">spring-oauth-server
<small>V-1.0</small> <small>V-1.0</small>
</h2> </h2>
@ -27,7 +27,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-md-3"> <div class="col-md-2">
<ul class="list-group"> <ul class="list-group">
<li class="list-group-item"><a href="#getAccessTokenPassword">获取access_token (grant_type=password)</a></li> <li class="list-group-item"><a href="#getAccessTokenPassword">获取access_token (grant_type=password)</a></li>
<li class="list-group-item"><a href="#getTokenAuthCode">获取access_token (grant_type=authorization_code)</a> <li class="list-group-item"><a href="#getTokenAuthCode">获取access_token (grant_type=authorization_code)</a>
@ -39,7 +39,7 @@
<li class="list-group-item"><a href="#userInfoMobile">获取当前用户信息 (ROLE_MOBILE)</a></li> <li class="list-group-item"><a href="#userInfoMobile">获取当前用户信息 (ROLE_MOBILE)</a></li>
</ul> </ul>
</div> </div>
<div class="col-md-9"> <div class="col-md-10">
<div class="well well-sm" id="getAccessTokenPassword"> <div class="well well-sm" id="getAccessTokenPassword">
<h3>获取access_token (grant_type=password) <h3>获取access_token (grant_type=password)
@ -640,7 +640,7 @@
<div class="col-md-12"> <div class="col-md-12">
<hr/> <hr/>
<p class="text-center text-muted"> <p class="text-center text-muted">
&copy; 2013 - 2016 &copy; 2013 - 2017
<a href="mailto:sz@monkeyk.com">sz@monkeyk.com</a> from <a <a href="mailto:sz@monkeyk.com">sz@monkeyk.com</a> from <a
href="http://git.oschina.net/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a> href="http://git.oschina.net/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>
</p> </p>