diff options
author | http://www.google.com/profiles/schmonz <http://www.google.com/profiles/schmonz@web> | 2010-01-05 01:22:24 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-01-05 01:22:24 +0000 |
commit | cd4616e39473a76854158fe3dfd1fc995389e1bc (patch) | |
tree | 6ad6c7587f42ba00c269920cd439223a30860391 | |
parent | f96a7b775617596f16252f9b8be7cf1761c24da0 (diff) | |
download | ikiwiki-cd4616e39473a76854158fe3dfd1fc995389e1bc.tar ikiwiki-cd4616e39473a76854158fe3dfd1fc995389e1bc.tar.gz |
clarify my horrible idea
-rw-r--r-- | doc/bugs/anonok_vs._httpauth.mdwn | 5 |
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]] |