增加校验 access_token API: /oauth/check_token

pull/1/MERGE
monkeyk7 2017-09-19 23:07:38 +08:00
parent 90b608d6e9
commit 4722e4c7aa
1 changed files with 2 additions and 0 deletions

View File

@ -19,7 +19,9 @@
<!-- 静态资源, 忽略 -->
<!--static url pattern-->
<http pattern="/resources/**" security="none"/>
<!-- 公开, 扩展的 API, public -->
<http pattern="/oauth/rest_token" security="none"/>
<http pattern="/oauth/check_token" security="none"/>
<!--