增加校验 access_token API: /oauth/check_token
parent
90b608d6e9
commit
4722e4c7aa
|
@ -19,7 +19,9 @@
|
||||||
<!-- 静态资源, 忽略 -->
|
<!-- 静态资源, 忽略 -->
|
||||||
<!--static url pattern-->
|
<!--static url pattern-->
|
||||||
<http pattern="/resources/**" security="none"/>
|
<http pattern="/resources/**" security="none"/>
|
||||||
|
<!-- 公开, 扩展的 API, public -->
|
||||||
<http pattern="/oauth/rest_token" security="none"/>
|
<http pattern="/oauth/rest_token" security="none"/>
|
||||||
|
<http pattern="/oauth/check_token" security="none"/>
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in New Issue