Skip to content

Commit

Permalink
(NFC) authx - Update descriptions and links in info.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Apr 11, 2022
1 parent 9b29b51 commit e821ccf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ext/authx/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<extension key="authx" type="module">
<file>authx</file>
<name>AuthX</name>
<description>Extended authentication module</description>
<description>Extended authentication services</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Tim Otten</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">http://FIXME</url>
<url desc="Documentation">http://FIXME</url>
<url desc="Support">http://FIXME</url>
<url desc="Documentation">https://docs.civicrm.org/dev/en/latest/framework/authx/</url>
<url desc="Chat">https://chat.civicrm.org/civicrm/channels/dev</url>
<url desc="Issues">https://lab.civicrm.org/dev/core/-/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-02-11</releaseDate>
Expand All @@ -20,7 +20,7 @@
<compatibility>
<ver>5.0</ver>
</compatibility>
<comments>This is a new, undeveloped module</comments>
<comments>AuthX enables remote applications to connect to CiviCRM. Use it to enable and disable different forms of authentication (such as username-password, API key, and/or JWT).</comments>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
Expand Down

0 comments on commit e821ccf

Please sign in to comment.