]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Merge branch 'emailauth'
authorJoey Hess <joeyh@joeyh.name>
Thu, 14 May 2015 03:38:56 +0000 (23:38 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 14 May 2015 03:38:56 +0000 (23:38 -0400)
doc/todo/emailauth.mdwn
doc/todo/indyauth_support.mdwn

index a164b783b0b995d602db317f66e4f12061402a47..fa1995712b3f2896f1fb62e7533ccb25782813e8 100644 (file)
@@ -99,3 +99,7 @@ adminusers can be converted, perhaps automatically, to use the email
 addresses on record.
 
 Thoughts anyone? --[[Joey]]
+
+> I had looked at something like this before, through [[todo/indyauth_support]] - which basically turned out to outsource their own auth to http://intridea.github.io/omniauth/ and http://indiewebcamp.com/RelMeAuth...
+> 
+> But it seems to me that your proposal is basic "email opt-in".. the one impact this has on (drupal) sites i know is that spammers use even those forms to send random emails to users. it's weird, but it seems that some bots simply try to shove victim's emails into forms with the spam data as they can and hope for the best... it seems this could be vulnerable as well... - [[anarcat]]
index 51389ad503318aed399e2a5a26929bc83352d941..1dec10335df4ee90ea9a301360f812261e1e8677 100644 (file)
@@ -1,3 +1,12 @@
 this looks pretty awesome: <https://indieauth.com/>
 
 anyone working on a plugin or has ideas on how to implement this? --[[anarcat]]
+
+> My understanding of indyauth is that the wiki owner would need to pick an
+> indyauth provider, which handles the communication with the Big Silos.
+> 
+> I guess the wiki owner could run their own, but they'd be more likely to
+> run the one provided by the indyauth people. So, this is effectively
+> centralized, although without lock-in.
+> 
+> Also, see related <https://indiecert.net/>  --[[Joey]]