summaryrefslogtreecommitdiff
path: root/doc/bugs/anonok_vs._httpauth.mdwn
diff options
context:
space:
mode:
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]]