#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
#aaronpkit *also* returns a permalink to your post on indienews after you send a webmention, so you can update it on your site after
#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
#aaronpkI didn't actually know git.io was run by github
#[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.
#Loqi[manton] has 16 karma in this channel over the last year (17 in all channels)
KartikPrabhu, KartikPrabhu1, Moss[d] and jacky joined the channel
#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]I might be missing something obvious but I can’t figure this out.
#aaronpki implemented something, let me see what it is
#capjamesg[d]How does your token endpoint know that the string can be redeemed?
#aaronpkit checks the cache for the value of that authorization code
#capjamesg[d]I could use JWT but I’d have to bundle token generation with my auth endpoint to do that I think.
#aaronpkif it's there, then it creates a token. looks like I do use JWTs for tokens generated this way too.
#[tantek]1so what you’re saying is the cache (of the string) is gone in sixty seconds?
#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?
#aaronpkyou could use JWTs for the temporary code too.
#aaronpkthe first code you send is meant to be temporary, so a short-lived JWT or sticking it in a time-limited cache are fine
#[tantek]1tried searching for imagerot (linkrot) and did not get the results I expected