aaronpksince the wiki and chat logs are totally separate "apps", but it would be nice if you could log in to both, I was thinking about consolidating the login into its own separate app
ZegnatThat’s interesting. So you would have an IndieAuth web sign-in field on – say – login.indieweb.org, that sets a cookie, and then all *.indieweb.org sites can check that cookie?
aaronpki think it would have minimal UI, because all it'd really need is the sign-in form, and everything else is done via redirects or handled by indielogin.com (indieauth.com0
ZegnatBut how would you “decode” the cookie? You’d either need some shared back-end storage, or go stateless. For stateless there either needs to be a public/private key thing set-up or login.indieweb.org needs another API you can call to check the cookie.
ZegnatMakes sense for them to do that. It would be my preferred method. But I find most priv/pub key libraries for PHP confusing. Thankfully libsodium is about to change that <3
ZegnatThis project is basically: 1) include a JWS library, 2) include indieauth/client, 3) make IndieAuth fallback to indieauth.com, and 4) after successful authentication generate cookie
tantek!tell aaronpk I'm seeing an error (on the upload page) when uploading a cropped screenshot from my iPod to the wiki: "File extension does not match MIME type." Can you try uploading a screenshot from your iPhone and see if that works?