aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/anonok_vs._httpauth.mdwn
diff options
context:
space:
mode:
authorhttp://www.google.com/profiles/schmonz <http://www.google.com/profiles/schmonz@web>2010-01-05 01:22:24 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-01-05 01:22:24 +0000
commitcd4616e39473a76854158fe3dfd1fc995389e1bc (patch)
tree6ad6c7587f42ba00c269920cd439223a30860391 /doc/bugs/anonok_vs._httpauth.mdwn
parentf96a7b775617596f16252f9b8be7cf1761c24da0 (diff)
downloadikiwiki-cd4616e39473a76854158fe3dfd1fc995389e1bc.tar
ikiwiki-cd4616e39473a76854158fe3dfd1fc995389e1bc.tar.gz
clarify my horrible idea
Diffstat (limited to 'doc/bugs/anonok_vs._httpauth.mdwn')
-rw-r--r--doc/bugs/anonok_vs._httpauth.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/bugs/anonok_vs._httpauth.mdwn b/doc/bugs/anonok_vs._httpauth.mdwn
index 57ab95985..8cebfec90 100644
--- a/doc/bugs/anonok_vs._httpauth.mdwn
+++ b/doc/bugs/anonok_vs._httpauth.mdwn
@@ -36,5 +36,6 @@ and a whitelist of OpenIDs in `locked_pages`...)
>>> would never see the Signin form. --[[Joey]]
>>>> Would I be able to do what I want with a local plugin that
->>>> knows my auth requirements and abuses canedit -- e.g., if the page
->>>> matches */Discussion, redirect to Signin form, else httpauth? --[[schmonz]]
+>>>> abuses canedit (and auth) to reach in and call the appropriate
+>>>> plugin's auth method -- e.g., if the page matches */Discussion,
+>>>> call `openid:auth()`, else `httpauth:auth()`? --[[schmonz]]