diff options
author | http://schmonz.livejournal.com/ <http://schmonz.livejournal.com/@web> | 2009-08-29 10:47:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-08-29 10:47:45 -0400 |
commit | 517432273b96fc9e6bad9b7667ef6d1b04c699ee (patch) | |
tree | 86e3e74a29e398fe7728d2ea103727fa46e76966 | |
parent | a0de415ae0bdfef3aa12bc4201f72c6dedbe021d (diff) |
mod_auth_openid
-rw-r--r-- | doc/todo/Restrict_page_viewing.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/Restrict_page_viewing.mdwn b/doc/todo/Restrict_page_viewing.mdwn index 0b2a65a66..089d27fff 100644 --- a/doc/todo/Restrict_page_viewing.mdwn +++ b/doc/todo/Restrict_page_viewing.mdwn @@ -25,3 +25,12 @@ much more maintainable htaccess file. >> They would still be compiled the regular way; >> I'll have another look at [[plugins/httpauth]] but I really like the openID whole idea. >> --[[emptty]] + +>>> How about +>>> [mod_auth_openid](http://trac.butterfat.net/public/mod_auth_openid), then? +>>> A plugin for ikiwiki to serve its own pages is far afield from ikiwiki's roots, +>>> as Joey pointed out, but might be a neat option to have anyway -- for unifying +>>> authentication across views and edits, for systems not otherwise running +>>> web servers, for systems with web servers you don't have access to, and +>>> doubtless for other purposes. Such a plugin would add quite a bit of flexibility, +>>> and in that sense (IMO, of course) it'd be in the spirit of ikiwiki. --[[schmonz]] |