@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)
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
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)
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
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
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).
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.