From 79b727340ac2114b273894499a24d2f3a535335f Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 30 Apr 2022 11:59:44 +0100
Subject: [PATCH] Add the ai-authenticate-rest-api-plugin

---
 composer.json |  3 ++-
 composer.lock | 28 +++++++++++++++++++++++++++-
 2 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 62c45535..d0bab4ea 100644
--- a/composer.json
+++ b/composer.json
@@ -121,7 +121,8 @@
         "wpackagist-theme/digitally": "1.0.8",
         "wpackagist-theme/ff-multipurpose": "1.2.0",
         "wpackagist-plugin/two-factor-provider-webauthn": "1.0.3",
-        "wpackagist-plugin/event-organiser": "3.12.0"
+        "wpackagist-plugin/event-organiser": "3.12.0",
+        "noblogs/ai-authenticate-rest-api-plugin": "^0.0.1"
     },    
     "extra": {
         "wordpress-install-dir": "app",
diff --git a/composer.lock b/composer.lock
index ffc71314..ee702bce 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "9bc6ad853aed5f68fb1fa2b0e940af97",
+    "content-hash": "d693dba7d90cde2ea3c3a0a849a0c638",
     "packages": [
         {
             "name": "bjornjohansen/wplang",
@@ -444,6 +444,32 @@
             },
             "time": "2022-02-02T11:42:57+00:00"
         },
+        {
+            "name": "noblogs/ai-authenticate-rest-api-plugin",
+            "version": "0.0.1",
+            "source": {
+                "type": "git",
+                "url": "https://git.autistici.org/noblogs/ai-authenticate-rest-api-plugin.git",
+                "reference": "9152f1ecce594f284753abdf45fd7f5b85edd6f0"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://git.autistici.org/api/v4/projects/578/packages/composer/archives/noblogs/ai-authenticate-rest-api-plugin.zip?sha=9152f1ecce594f284753abdf45fd7f5b85edd6f0",
+                "reference": "9152f1ecce594f284753abdf45fd7f5b85edd6f0",
+                "shasum": ""
+            },
+            "require": {
+                "composer/installers": "^1.9"
+            },
+            "type": "wordpress-plugin",
+            "authors": [
+                {
+                    "name": "ale",
+                    "email": "ale@autistici.org"
+                }
+            ],
+            "description": "git@git.autistici.org:noblogs/ai-authenticate-rest-api-plugin.git"
+        },
         {
             "name": "noblogs/ai-global-activity-plugin",
             "version": "0.0.18",
-- 
GitLab