-
-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(NFC) authx - Update descriptions and links in
info.xml
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|