From e821ccfa7199327f1fb7f692156e0a0c81ba161e Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 11 Apr 2022 15:47:52 -0700 Subject: [PATCH] (NFC) authx - Update descriptions and links in `info.xml` --- ext/authx/info.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ext/authx/info.xml b/ext/authx/info.xml index 51346ea959e2..ee40e782de5d 100644 --- a/ext/authx/info.xml +++ b/ext/authx/info.xml @@ -2,16 +2,16 @@ authx AuthX - Extended authentication module + Extended authentication services AGPL-3.0 Tim Otten totten@civicrm.org - http://FIXME - http://FIXME - http://FIXME + https://docs.civicrm.org/dev/en/latest/framework/authx/ + https://chat.civicrm.org/civicrm/channels/dev + https://lab.civicrm.org/dev/core/-/issues http://www.gnu.org/licenses/agpl-3.0.html 2021-02-11 @@ -20,7 +20,7 @@ 5.0 - This is a new, undeveloped module + 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).