diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-05 21:38:27 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-05 21:38:27 +0000 |
commit | 8e2fb374e03ee2122fcfb678fd851673ca86eefa (patch) | |
tree | 125bb60c3515faf325cee613924033d03a8eebb1 /doc/todo | |
parent | 06e74035770af03aec7b077baf15b34eeef7a8eb (diff) | |
download | ikiwiki-8e2fb374e03ee2122fcfb678fd851673ca86eefa.tar ikiwiki-8e2fb374e03ee2122fcfb678fd851673ca86eefa.tar.gz |
* Add sessioncgi hook.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/cgi_hooks_get_session_objects.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/todo/cgi_hooks_get_session_objects.mdwn b/doc/todo/cgi_hooks_get_session_objects.mdwn index c4bcdf185..edb9aba25 100644 --- a/doc/todo/cgi_hooks_get_session_objects.mdwn +++ b/doc/todo/cgi_hooks_get_session_objects.mdwn @@ -1,2 +1,5 @@ How about a hook to allow CGI objects to insist on authenticated users -only? I think "authcgi" would be a good name. --Ethan
\ No newline at end of file +only? I think "authcgi" would be a good name. --Ethan + +> This is now [[done]], although I called it sessioncgi since the user may +> or may not be authed. --[[Joey]] |