#Loqi[cleverdevil] ditchbook: Move your Facebook data over to your own website using Micropub
[chrisaldrich], [Sue_Hanen], nickodd, reed, [cleverdevil], [tw2113_Slack_], gxt, themaxdavitt, vilhalmer, schmudde, swentel, superkuh and [Ian_Forrester] joined the channel; nickodd left the channel
#Zegnat[Simon_Willison] I think some people started dding it. I know I have in the auth endpoint I was writing this weekend. And the PHP IndieAuth lib for services has PKCE implemented as well.
#ZegnatSo presumably any service that uses that lib as their basis, if they are up-to-date, will be sending hashes
#ZegnatAs far as [tantek]’s “is there a test suite / test cases”, I don’t think there is a single full test for IndieAuth. For none of the versions of the spec.
#ZegnatNote that, in regards to it getting a lot more complicated: we tried to consolidate as much as possible to have as few special cases. PKCE is mostly added because it looks like OAuth 2.1 will make it required. Might as well prepare.
#LoqiIt looks like we don't have a page for "OAuth 2.1" yet. Would you like to create it? (Or just say "OAuth 2.1 is ____", a sentence describing the term)
#ZegnatOAuth 2.1 is a draft specification by the OAuth Working Group to merge many OAuth 2.0 documents into a single implementable document. https://oauth.net/2.1/
#petermolnar[snarfed]: I feel like I have no idea how fed.brid.gy is working
#Loqipetermolnar: [snarfed] left you a message 16 minutes ago: are you trying to use bridgy fed with an ostatus site? it only needs atom for ostatus, not activitypub
#Loqipetermolnar: [snarfed] left you a message 14 minutes ago: and for ostatus, chimera might work. try it!
#[snarfed]petermolnar hmm, sorry! happy to answer any more q’s
geoffo and reed joined the channel
#petermolnarno, seriously. So, if I get what you're saying is that fed.brid.gy essentially forwards the atom url to the relevant fediverse instance, without any transformation?
#[snarfed]kind of! it doesn’t even forward it, ostatus (fediverse) nodes fetch it directly if/when they need it
#[snarfed]i’ve only really comprehensively tested bridgy fed’s ostatus support with responses (replies, likes, etc), though. ie sending them into the fediverse and backfeeding them back to your site. normal original posts, i haven’t tested as much
#[snarfed]and again, this is just ostatus, not AP like Mastodon
#[snarfed]also ostatus is a very small amount of bridgy fed’s overall usage right now, AP is the majority
#petermolnarmy confusion probably originates from the "How do I set it up?" part which says webmention + atom
[Ana_Rodrigues] joined the channel
#petermolnar[snarfed]: I just sent one article to fed.brid.gy; https://fed.brid.gy/responses says on went happily to mastodon.technology and one failed to mastodon.social; in the logs: 401 Client Error: Unauthorized for url: https://mastodon.social/inbox ; Public key not found for key acct:petermolnar.net@petermolnar.net
#Loqi[snarfed] #29 401 "Public key not found" on propagating webmention into Mastodon
[Raphael_Luckom] and reed joined the channel
#@Cambridgeport90Two feature requests for @dayoneapp; allow file export to Epub format (not everyone likes their books in print), and add indieauth/micropub support for content sharing ... would be awesome. I would love to instantly post select entries to my web site. (twitter.com/_/status/1328372264627171350)
[tantek], [chrisaldrich], reed, jamietanna, [KevinMarks] and [antonio] joined the channel
#jeremycherfasAnyone here use VNC viewer on OSX? Cannot figure out why the usual shortcut won't switch to other open windows. I'm guessing VNC somehow "captures" the keyboard, and wondered if there were a way round that.
#nolith[chrisaldrich]: how do you get the micro.blog syndicated link for your posts? I'm referring to https://micro.blog/c/10583757 Scrolling your timeline on micro.blog will not show that permalink, but a link to your original content
#Loqi[c] Bookmarked Independent Together: Building and Maintaining Values in a Distributed Web Infrastructure by Jack Jamieson (dissertation.jackjamieson.net)
This dissertation studies a community of web developers building the IndieWeb, a modular and decentr...
#nolithI'm struggling with micro.blog as it seems to timeout reaching my website hosted on gitlab pages. So I quite gave up on developing the integration.
#LoqiThe IndieWeb Gift Calendar (previously IndieWeb Challenge) is a group effort to ship one or more IndieWeb-related thing(s) each day of December that others can use to improve their IndieWeb experience https://indieweb.org/IndieWeb_Gift_Calendar
#aaronpkgosh, wonder if i should set myself a challenge of finally replacing indieauth.com in december. if i commit to making some progress on it every day it might be doable
#jamietannaaaronpk that sounds good, but would it give folks time, especially as December is pretty busy? I realise we've been trying for some time to decommission it so maybe it'll be OK
#jamietannado we know how many people still use it?
#aaronpki'll have to come up with a deprecation strategy to actually shut it off, but I'd at least like to have a replacement launched sooner than later
#aaronpkrealistically i probably won't be able to actually shut it down for like a year after a replacement is live anyway
#[chrisaldrich]nolith, I'm using the Syndication Links Plugin for WordPress which does it automatically. If you view source on a page, you'll see the post ID number for it and can build the URL using that pattern.
#[chrisaldrich]I can't remember where I initially discovered it, but if you want your micro.blog's feed to pipe into a feed reader that can handle JSONfeed you can use this URL format: https://micro.blog/feeds/username.json
#[chrisaldrich]and certainly not that you should redo it, but Loqi only dishes out karma when the username++ appears at the very beginning or very end of a line
#LoqiLoqi is a friendly and useful bot/digital therapist present in the IndieWeb discussion channels https://indieweb.org/Loqi
reed_, reed and KartikPrabhu joined the channel
#[Simon_Willison][aaronpk] if you shut down indieauth.com will there still be a way to implement rel=me against GitHub without needing to setup a GitHub client_id / client_secret ?
#[Simon_Willison]What’s the easiest way for me to get myself an IndieAuth account that isn’t a rel=me account on a provider that supports PKCE?
#aaronpkso actually this is what indielogin.com is for
#aaronpka tool for developers who want users to log in with their own domain, whether that's via indieauth the protocol or github/twitter/email
KartikPrabhu joined the channel
#aaronpkindielogin.com already does that fallback you're talking about too, where it will prioritize a user's authorization endpoint and then fall back to other forms of website verification
#aaronpkas for providers that support PKCE, doesn't the wordpress plugin now?
#[Simon_Willison]Erk, I don’t have any PHP hosting at the moment 😕
#aaronpkif you're running your own app locally you could run wordpress locally too using the built in php on a mac
#[Simon_Willison]is there a hosted provider I can try? I tried micro.blog but it didn’t give me a working IndieAuth identifier
#ZegnatMy thing is not far enough, at least not the part that is on GitHub so far. I went stateless first, decided I did not like it, and am now integrating MinToken into it for access code generation ... maybe by the end of the week