From e4a12b27a68d3d1b824f9513355b374f749fc0ec Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Mon, 25 Aug 2025 06:56:44 +0800 Subject: [PATCH] Update CODEOWNERS Added forward-auth module owner --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 3a776b9..559a49b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -4,6 +4,9 @@ # PassiveLemon is the docker maintainer /docker @PassiveLemon +# james-d-elliott is the community maintainer for forward-auth related functions +/src/mod/auth/sso/forward @james-d-elliott + # jemmy1794 maintains the stream proxy module /src/mod/streamproxy @jemmy1794