clarify my horrible idea

master
http://www.google.com/profiles/schmonz 2010-01-05 01:22:24 +00:00 committed by Joey Hess
parent f96a7b7756
commit cd4616e394
1 changed files with 3 additions and 2 deletions

View 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]]