forked from fanruan/demo-third-auth
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
702 B
17 lines
702 B
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
|
<plugin> |
|
<id>com.fr.plugin.demo.third.auth</id> |
|
<name><![CDATA[第三方认证获取token]]></name> |
|
<active>yes</active> |
|
<hidden>no</hidden> |
|
<version>0.1</version> |
|
<env-version>10.0~</env-version> |
|
<jartime>2020-10-10</jartime> |
|
<vendor>Afly</vendor> |
|
<description><![CDATA[自定义第三方token认证逻辑,获取帆软token]]></description> |
|
<change-notes><![CDATA[]]></change-notes> |
|
<function-recorder class="com.fr.plugin.demo.third.auth.CustomAccessProvider"/> |
|
<extra-decision> |
|
<AccessProvider class="com.fr.plugin.demo.third.auth.CustomAccessProvider"/> |
|
</extra-decision> |
|
</plugin> |