Update link gitee.com
							parent
							
								
									2e9b8de410
								
							
						
					
					
						commit
						d0f0e22dc2
					
				| 
						 | 
				
			
			@ -641,7 +641,7 @@
 | 
			
		|||
        <p class="text-center text-muted">
 | 
			
		||||
            © 2013 - 2016
 | 
			
		||||
            <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="https://gitee.com/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>
 | 
			
		||||
        </p>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -641,7 +641,7 @@
 | 
			
		|||
        <p class="text-center text-muted">
 | 
			
		||||
            © 2013 - 2016
 | 
			
		||||
            <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="https://gitee.com/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>
 | 
			
		||||
        </p>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,7 +10,7 @@
 | 
			
		|||
    <h2>spring-oauth-server 数据库表说明</h2>
 | 
			
		||||
 | 
			
		||||
    <p>以下对<a target="_blank"
 | 
			
		||||
             href="http://git.oschina.net/shengzhao/spring-oauth-server">spring-oauth-server</a>项目中的<code>oauth.ddl</code>文件(位于/others/database目录)中的表字及段进行说明,
 | 
			
		||||
             href="https://gitee.com/shengzhao/spring-oauth-server">spring-oauth-server</a>项目中的<code>oauth.ddl</code>文件(位于/others/database目录)中的表字及段进行说明,
 | 
			
		||||
        内容包括字段说明与使用场合</p>
 | 
			
		||||
    <table class="table table-bordered table-hover">
 | 
			
		||||
        <thead>
 | 
			
		||||
| 
						 | 
				
			
			@ -94,7 +94,7 @@
 | 
			
		|||
                        在实际应用中, <em>web_server_redirect_uri</em>在注册时是必须填写的, 一般用来处理服务器返回的<code>code</code>,
 | 
			
		||||
                        验证<code>state</code>是否合法与通过<code>code</code>去换取<code>access_token</code>值.
 | 
			
		||||
                        <br/>
 | 
			
		||||
                        在<a href="http://git.oschina.net/mkk/spring-oauth-client">spring-oauth-client</a>项目中,
 | 
			
		||||
                        在<a href="https://gitee.com/mkk/spring-oauth-client">spring-oauth-client</a>项目中,
 | 
			
		||||
                        可具体参考<code>AuthorizationCodeController.java</code>中的<code>authorizationCodeCallback</code>方法.
 | 
			
		||||
                    </li>
 | 
			
		||||
                    <li>
 | 
			
		||||
| 
						 | 
				
			
			@ -121,7 +121,7 @@
 | 
			
		|||
                <br/>
 | 
			
		||||
 | 
			
		||||
                <p class="help-block">(请在<a
 | 
			
		||||
                        href="http://git.oschina.net/mkk/spring-oauth-client">spring-oauth-client</a>项目中来测试不同grant_type时authorities的变化)
 | 
			
		||||
                        href="https://gitee.com/mkk/spring-oauth-client">spring-oauth-client</a>项目中来测试不同grant_type时authorities的变化)
 | 
			
		||||
                </p>
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
| 
						 | 
				
			
			@ -246,7 +246,7 @@
 | 
			
		|||
            <td colspan="2">
 | 
			
		||||
                <p class="text-info">
 | 
			
		||||
                    <em class="glyphicon glyphicon-info-sign"></em> 该表用于在客户端系统中存储从服务端获取的token数据,
 | 
			
		||||
                    在<a href="http://git.oschina.net/shengzhao/spring-oauth-server">spring-oauth-server</a>项目中未使用到.
 | 
			
		||||
                    在<a href="https://gitee.com/shengzhao/spring-oauth-server">spring-oauth-server</a>项目中未使用到.
 | 
			
		||||
                    <br/>
 | 
			
		||||
                    对<code>oauth_client_token</code>表的主要操作在<code>JdbcClientTokenServices.java</code>类中, 更多的细节请参考该类.
 | 
			
		||||
                </p>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -21,7 +21,7 @@
 | 
			
		|||
 | 
			
		||||
    <p>
 | 
			
		||||
        针对不同的<code>grant_type</code>提供不同的测试URL,
 | 
			
		||||
        完整的Oauth测试请访问<a href="http://git.oschina.net/mkk/spring-oauth-client" target="_blank">spring-oauth-client</a>项目.
 | 
			
		||||
        完整的Oauth测试请访问<a href="https://gitee.com/mkk/spring-oauth-client" target="_blank">spring-oauth-client</a>项目.
 | 
			
		||||
    </p>
 | 
			
		||||
 | 
			
		||||
    <div ng-controller="TestClientCtrl">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -50,7 +50,7 @@
 | 
			
		|||
        <li>
 | 
			
		||||
            <p>
 | 
			
		||||
                在项目的 others目录里有 <a
 | 
			
		||||
                    href="http://git.oschina.net/shengzhao/spring-oauth-server/blob/master/others/oauth_test.txt"
 | 
			
		||||
                    href="https://gitee.com/shengzhao/spring-oauth-server/blob/master/others/oauth_test.txt"
 | 
			
		||||
                    target="_blank">oauth_test.txt</a>文件, 里面有测试的URL地址(包括浏览器与客户端的),<br/>
 | 
			
		||||
                若想访问 Unity 与 Mobile, 则先用基于浏览器的测试URL 访问,等验证通过后即可访问(注意不同的账号对应的权限).
 | 
			
		||||
            </p>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -642,7 +642,7 @@
 | 
			
		|||
        <p class="text-center text-muted">
 | 
			
		||||
            © 2013 - 2016
 | 
			
		||||
            <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="https://gitee.com/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>
 | 
			
		||||
        </p>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -642,7 +642,7 @@
 | 
			
		|||
        <p class="text-center text-muted">
 | 
			
		||||
            © 2013 - 2016
 | 
			
		||||
            <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="https://gitee.com/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>
 | 
			
		||||
        </p>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue