Skip to content

验证路径凭证

如果插件页面需要验证用户登录身份,可以在路径中增加路径凭证变量名,客户端访问时会生成并使用路径凭证,详情参见回调路径变量名说明。

命令字

插件获取 URL 中参数传给命令字 verifyUrlAuthorization 校验即可。

php
\FresnsCmdWord::plugin('Fresns')->verifyUrlAuthorization($wordBody);

Released under the Apache-2.0 License