year 2022
parent
e97b814f13
commit
1e0d52a4bf
|
@ -33,8 +33,8 @@
|
||||||
<div>
|
<div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<p class="text-center text-muted">
|
<p class="text-center text-muted">
|
||||||
© 2013 - 2021 <a href="https://gitee.com/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>.
|
© 2013 - 2022 <a href="https://gitee.com/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>.
|
||||||
V${mainVersion}
|
v${mainVersion}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
<p>
|
<p>
|
||||||
请求受保护的资源时传递
|
请求受保护的资源时传递
|
||||||
<mark>Access Token</mark>
|
<mark>Access Token</mark>
|
||||||
有两种方式, 方式一在URL参数中添加<code>access_token</code>, 方式二在请求的Header中添加 <em>Authorization</em>, 其值为 <em>bearer
|
有两种方式, 方式一在URL参数中添加<code>access_token</code>, 方式二在请求的Header中添加 <em>Authorization</em>, 其值为 <em>Bearer
|
||||||
your_access_token</em>
|
your_access_token</em>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue