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.
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/
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
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]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
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
@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
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
[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
[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 ?
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
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