binyamin[m]When I write a u-syndication link, I assume it should point to the syndicated copy, and not the base url of the syndicated site. IndieNews says otherwise (https://news.indieweb.org/en/submit). Is this correct?
aaronpkbinyamin[m]: indienews is using that as a slight overloading of the u-syndication property, but it's also not entirely wrong, since afterwards your post will be on that page
LoqiURL shortener is a service that turns a typical longer URL, like a permalink, into a much shorter URL, typically using a short domain, often per-site both for some silos, and several indieweb sites https://indieweb.org/URL_shortener
[manton]Last week I mentioned the Internet Archive’s upcoming distributed web sessions and joked a little about “Web 3.0” and NFTs… Interesting, just noticed today that their blog post has been updated to remove any mention of “Web 3.0" and only mentioning NFTs once instead of multiple times. I thought I had misremembered so double-checked with the Wayback Machine.
capjamesg[d]aaronpk how did you implement private webmentions? I am a bit confused by the sending part. How should I go about creating the token that can be redeemed?
capjamesg[d]Got it. So I could generate a JWT code, send it in the private webmention code parameter, then my auth server could decode it, make it is valid / not expired, then return an access token?