aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2016-11-01 11:55:46 -0400
committeradmin <admin@branchable.com>2016-11-01 11:55:46 -0400
commit1e6faf00b1c2369c897d90c3c643c48061888e03 (patch)
tree6faf603940c27ff106125e78d1101a855b3dc71e /doc/todo
parent596f723bb399813be5744ed8512a6822421fec38 (diff)
downloadikiwiki-1e6faf00b1c2369c897d90c3c643c48061888e03.tar
ikiwiki-1e6faf00b1c2369c897d90c3c643c48061888e03.tar.gz
introduce portier here as well, while i'm here
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/emailauth.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/emailauth.mdwn b/doc/todo/emailauth.mdwn
index ec7b4b96d..de5d2b119 100644
--- a/doc/todo/emailauth.mdwn
+++ b/doc/todo/emailauth.mdwn
@@ -134,3 +134,7 @@ Thoughts anyone? --[[Joey]]
>>> --[[smcv]]a
>>> Email addresses are now cloaked in commits, using foaf:mbox_sha1sum. --[[Joey]]
+
+Note that the implementation of this lives in [[plugins/emailauth]].
+
+Also, I have found a similar system called [Portier](https://portier.github.io) that enables email-based auth but enhances it with [[plugins/openid]] connect... Maybe ikiwiki's authentication system could follow the standards set by Portier? OpenID connect discovery is particularly interesting, as it could mean that using your GMail address to login to ikiwiki would mean that you go straight to the more secure OpenID / Oauth authentication instead of relying on the slow "send email and click link" system... --[[anarcat]]