From 8f18c0b43d2392b8597100925217f6d471b451f2 Mon Sep 17 00:00:00 2001 From: Daniel Earl Poirier Date: Thu, 6 May 2010 13:58:58 +0000 Subject: [PATCH] Note that it would be nice if we could write authn and authz providers in lua. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@941734 13f79535-47bb-0310-9956-ffa450edef68 --- modules/lua/README | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lua/README b/modules/lua/README index f5fcc3d532..4efa9cd62d 100644 --- a/modules/lua/README +++ b/modules/lua/README @@ -53,6 +53,7 @@ ** TODO Rework apw_sgetvm to use the create_vm stuff like apw_rgetvm ** TODO apw_rgetvm needs to handle connection scoped vms ** TODO options in server scoped vms (ie, min and max vm counts) +** TODO provide means to implement authn and authz providers * License Apache License, Version 2.0, -- 2.50.1