#belerthe relme auth needs only html von the site of the user which want to login
#belerand in comparison the indieauth needs POST APIs on both sites (server and user)
#belerso server and user communicate using API endpoints instead of parsing the HTML and do the rel-me thing.
cybi and jacky joined the channel
#jackyso now webmention information can appear in feeds (though it's exposing a bit of a jam in the async processing queue) https://imgur.com/gsH4Zau
#jackythings like OPD and PTD run during processing so it'd (ideally) go from "Sent a Webmention" to "LIked x's post"
#jackynext thing would be allowing for a Webmention to be resent from that feed with a button (and/or example cURL code for 'advanced' users)
cybi and nertzy_ joined the channel
#@qubyteI have a big backlog of received webmentions to process for my blog, but the edge cases are holding me back. I’m especially concerned about names. They change for a variety of reasons, and I want to make sure mentions are always up to date. (twitter.com/_/status/1510619040540209161)
#jackyI thought about pulling out author info and keeping it as a URL so I can resolve them independently and merge it in as I went along (like when showing a feed of webmentions for example)
#jackybut that'd break aaronpk's custom profile image based on emoji
#sknebelalthough using a reference to an URL as a sign that it should be kept up to date to that if an update is encountered is interesting
P1000[d] joined the channel
#jackyyeah - because it isn't necessarily the 'full' form of what a h-card (with photo + name + url) would be
#jackyif there's no need for resolving (like if plain-text is okay) then it could be passed through as is
#sknebelpointer to an updated page instead of locally baked in feels like the one case where you have an indication how the author intends it to be used
#sknebelfor an on-the-page card you cant directly tell if thats going to stay or going to be updated
#jackyI want to support /fragmention with /Lighthouse - I had this idea about highlighting parts of my site with Webmentions (so it's possible to interact with parts of content)
#jackywhich, also, is a bigger plan to make another form of post type that works as a natural form of threads (a /collection of /note posts)
#jackybut the spec encourages the discarding of fragment URLs
#jackyat least I'm interpreting "Note that a target URL may contain a fragment identifier, and if the receiver limits which URLs can receive Webmentions, the fragment SHOULD be ignored when checking if the URL is supported." as that
#[snarfed]could be an interesting service: if you have a feed with rel-prev links and webmentions marked up with mf2, it could crawl your feed and each post and resend all wms
#sknebelyeah. although tbh cleaner "just" against the storage, so I'd encourage it there too/more
#jacky[snarfed]: I can see that being useful for sending services!
#aaronpk[KevinMarks]: yeah that's one of the things they've done to counter the oauth phishing attacks where people would upload like the google drive logo to their own oauth app
omz13 joined the channel
#omz13I have been doing things to my IndieAuth server involving tickets. And then I got thinking.
#Loqiomz13: gRegor left you a message on 2021-12-08 at 3:31am UTC: I was trying out https://toolbox.imoxia.com/#authmetadisco and got an error when it was trying to redeem the authorization code. Looks like it didn't send `grant_type`
#omz13I came up with a cunning piece of choreography and orchestration that essentially lets a reader (third-party) get a token to use on-behalf-of a subject (first-party) at an audience (second-party).
#omz13It is, perhaps, like AutoAuth but using tickets.
#omz13I have written up a spec for it (ac-obo grant). And since it needed ticket stuff too, it includes ticket send/exchange/want too.
#omz13And this is all practical not theoretical. As of last week my reader could quite happily get private things from fluffy's site using it to get bearer tokens in this weird and wonderful way.
#omz13I have updated my toolbox so the resource reader at https://toolbox.imoxia.com/#fetchsomething will use this mechanism if its available. It shows trace messages so if anybody else implements it it should help.