From c4c61857e6b197856229324f1ecbed5c6a96f35c Mon Sep 17 00:00:00 2001 From: John Watson <42574977+johnwatson484@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:46:52 +0000 Subject: [PATCH 1/2] Update plugins.json --- static/lib/plugins.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/lib/plugins.json b/static/lib/plugins.json index f081beb..a62855e 100644 --- a/static/lib/plugins.json +++ b/static/lib/plugins.json @@ -101,6 +101,12 @@ "github": "https://github.com/hapijs/jwt", "link": "https://hapi.dev/family/jwt", "description": "JWT (JSON Web Token) Authentication." + }, + { + "name": "hapi-auth-api-key", + "github": "https://github.com/johnwatson484/hapi-auth-api-key", + "link": "https://github.com/johnwatson484/hapi-auth-api-key", + "description": "A Hapi plugin for API key authentication" } ] }, From 98efd939fcaa99dc0eb8e48f24a861d4e6b4e46d Mon Sep 17 00:00:00 2001 From: John Watson <42574977+johnwatson484@users.noreply.github.com> Date: Wed, 17 Dec 2025 19:25:48 +0000 Subject: [PATCH 2/2] Correct order --- static/lib/plugins.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/lib/plugins.json b/static/lib/plugins.json index a62855e..c4edcfd 100644 --- a/static/lib/plugins.json +++ b/static/lib/plugins.json @@ -55,6 +55,12 @@ "link": "https://hapi.dev/family/cookie", "description": "A cookie-based session authentication scheme" }, + { + "name": "hapi-auth-api-key", + "github": "https://github.com/johnwatson484/hapi-auth-api-key", + "link": "https://github.com/johnwatson484/hapi-auth-api-key", + "description": "A Hapi plugin for API key authentication" + }, { "name": "hapi-auth-bearer-token", "link": "https://github.com/johnbrett/hapi-auth-bearer-token", @@ -101,12 +107,6 @@ "github": "https://github.com/hapijs/jwt", "link": "https://hapi.dev/family/jwt", "description": "JWT (JSON Web Token) Authentication." - }, - { - "name": "hapi-auth-api-key", - "github": "https://github.com/johnwatson484/hapi-auth-api-key", - "link": "https://github.com/johnwatson484/hapi-auth-api-key", - "description": "A Hapi plugin for API key authentication" } ] },