clarify my horrible idea
authorhttp://www.google.com/profiles/schmonz <http://www.google.com/profiles/schmonz@web>
Tue, 5 Jan 2010 01:22:24 +0000 (01:22 +0000)
committerJoey Hess <joey@finch.kitenet.net>
Tue, 5 Jan 2010 01:22:24 +0000 (01:22 +0000)
doc/bugs/anonok_vs._httpauth.mdwn

index 57ab959853b902e6c35af04e88bffff0f47071e2..8cebfec90010bf997c3d631cd3712f540f4b57f5 100644 (file)
@@ -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]]