underlap, to random
@underlap@fosstodon.org avatar

Wrote a summary of web linking (AKA link relations; think rel="xxx" in a <a/> or <link/> HTML element).

The piece of the puzzle that's still unclear to me is whether WebFinger has been superseded, or maybe just generally ignored. There doesn't seem to be much adoption (except by Mastodon) or follow-on activity AFAICT.

https://wiki.underlap.org/en/link-relations

/cc @meissa @jsmarr

henrikjernevad, to programming
@henrikjernevad@mastodon.social avatar

Since I've gotten exactly one webmention for my blog, I obviously had to put some work in to display this webmention on my blog. 😄 Had to do some reading to figure out how to make Hugo download external resources, but otherwise it was pretty smooth sailing. Much thanks to https://webmention.io/. Still not implemented sending webmentions yet though.

underlap,
@underlap@fosstodon.org avatar

@henrikjernevad Looks like I'd need to add IndieAuth support to my (WriteFreely) web site before I could use webmention.io. Probably not worth the effort.

jgarber, to random
@jgarber@mastodon.cc avatar

Dipping my toe into The Discourse…

Nothing dictates that receiving a Webmention means you’re bound to display its source content on your website.

You could…

• forward the Webmention to your email,
• build a private notifications dashboard (with or without a moderation queue),
• add a link to the source page to your website without including its content,
• do something wild like set up an auto responder to the original author thanking them for the like/boost/reply,
• etc. etc. etc.

jgarber,
@jgarber@mastodon.cc avatar

A related and riff:

Add to your website and allow others to sign in. They’d be able to view a dashboard of the content they’d posted that made its way onto your website. Maybe add some lightweight self-service moderation controls?

blake, to random

Not all things need to be federated. Wikis probably shouldn't be openly federated (although closed federation a la IRC and pushing to mirrors isn't a terrible idea). Forums can get away with not being federated. Both should probably support something like IndieAuth to make it far simpler to participate, though.

blake,

I don't completely understand though. It appears to be a vastly simplified version of OpenID (which is great!), but unfortunately it also seems to be quite limited. I don't know if IndieAuth supports this (yet?), but with the Fediverse being as big as it is, it might not be a terrible idea to support double-@-style Fedi-handles in the login box (and then get Mastodon-and-friends to support it!).

minioctt, (edited ) to web Italian

Anche oggi, per l’ennesima volta in cui mi faccio distrarre da colorati durante la mia errante nell’oceano del , scopro nuove cose . 😼

Nel di un sito c’era un collegamento ad un “ ”, il cui nome di dominio è una sequenza di emoji. Lo apro, e anziché una classica lista di membri, mi trovo un insolito modulo che mi chiede di fare login nel sistema inserendo il del mio . Scopro che questa cosa posso farla con questo sito , dopo aver installato il ; quindi, ci provo, e mi viene chiesto di aggiungere alla home del sito i link di navigazione del webring, e poi di preparare del secondo lo standard h-card. 📟

È stata un’occasione per fare una robina che mi sono sempre seccata, cioè inserire le del mio profilo autore (inclusive di bio, come escono sul Fediverso) sulla sezione del fritto misto. Purtroppo, questo ben predicato sembra razzolare male: non c’è stato verso di far vedere al del webring la mia descrizione, e mi devo accontentare di URL, nome, e foto profilo… però, un validatore a parte, che viene consigliato dalla stessa pagina, invece valida tutto come vorrei io. Uno . 😶

https://octospacc.altervista.org/wp-content/uploads/2024/02/image-3.pngComunque (seppur con castrati) ora il mio sito è stato inserito nella directory del webring… tutto in automatico, il che è veramente ! E in totale ci sono appena ~250 utenti, pensavo peggio. 💖https://octospacc.altervista.org/2024/02/04/lanello-web-indiano/

dominik, to wordpress

Yay, I wanted to log into my linkblog using IndieAuth but for some reason that’s not working anymore since the last update of the IndieAuth WordPress plugin. Guess that’s something to debug in the New Year then.

https://lostfocus.de/2023/12/31/231932/

Luke, (edited ) to blogging
@Luke@typo.social avatar

Interested in or ?
You can add this to your @getkirby install quite easily.
You could even add a structure to have all of your sites and accounts listed in your head tag:

https://getkirby.com/docs/cookbook/integrations/indieauth
Thanks, @lukasbestle !

Luke, to mastodon
@Luke@typo.social avatar
Luke,
@Luke@typo.social avatar
box464, to random
@box464@mastodon.social avatar

Didn't have time to do much non-work coding tonight, so just added myself to an IndieWeb webring and calling it a night.

https://xn--sr8hvo.ws/directory

kidehen, to HowTo

Here's a screencast demonstration of Single Sign-On facilitated by loosely-coupling and , courtesy of the protocol.

https://youtu.be/DyRlar9PCvM

kidehen,

What's going on here?

I authenticate using @apple, @linkedin, etc.,
via their respective auth services, but retain control of the post-login identifier.

My Link In Bio style profile doc determines my canonical identity😀

shellsharks, to cybersecurity in What are You Working on Wednesday
@shellsharks@infosec.pub avatar

For me, still working on making a bunch of feature additions to my site/blog. Adding capabilities (, webmentions, notes) and cleaning up some weird things in my site code. Once finished, I have a bunch of things I want to write about in the domain.

blake, to random

Considering writing an that allows using logins as display handles. The basic idea is that next to the meta tags/headers for OAuth links, you'd have a public key that can be used to verify a signature placed in a field in an AP Actor object. There would be another field next to the signature that tells remote servers what the preferred handle is. If lookup succeeds and the signature is valid, show the handle (possibly simplified) next to an IndieAuth icon.

blake,

Here's a first draft of this . https://md.blakes.dev/s/Mng8r-714#

Now I'm wondering how and why the replied post is marked as unlisted...?

blake, to random

I could probably make a little shim between clients and to handle client lookup and registration. Not completely sure how IndieAuth clients would handle the redirect though (as it would be undoubtedly cross-subdomain)...

pixelfed, to Pixelfed
@pixelfed@mastodon.social avatar

We are working on OIDC support, and exploring IndieAuth!

The Sign-in with Mastodon feature uses Mastodon specific APIs and is a temporary measure until we get OIDC in place and other platforms support it!

blake, to random

I've started reading a bit about -- for some reason, I started with the spec on W3.org, which makes more sense to me than a lot of stuff I've read but it also doesn't "feel" complete.

I'm wondering if I can configure to function sufficiently as an IndieAuth provider.

dansup, to Pixelfed
@dansup@mastodon.social avatar
voxpelli,
@voxpelli@mastodon.social avatar

@dansup @pixelfed Is this using the non-standard or a standard like or ? https://www.w3.org/TR/indieauth/

blake, to Pixelfed

While I understand the motive for 's upcoming/new Mastodon SSO, I don't like it.

  1. It's confusing to talk about (see above). You have to word it very specifically to make it clear you're signing into Pixelfed with a Mastodon account.
  2. The concept is confusing. It isn't the same account, by any means, and you can register on both services. Threads, for example, is more or less an extension on top of Instagram, like Guppe is an "extension" here.
  3. It's very narrow and non-standard.
blake,

I think it might be better to leave it out, just to avoid the confusion about how the accounts are linked. Instead, and to solve point 3, we could start by reintroducing (or some form of it, like ). Let Pixelfed be a provider, consumer, or both, and get more willing projects like to support it too. That could even lend to eventually support domain-based usernames a la Bluesky, especially if Mastodon gets on board with it.

voxpelli,
@voxpelli@mastodon.social avatar

@blake I think style login combined with a central style aggregation of content is what’s needed for the Fediverse.

That way I can have one central canonical identity to rule them all

https://mastodon.social/@voxpelli/110657615008139180

rmdes, to random
@rmdes@mstdn.social avatar

Eventually, we’ll need to think and separate identity from “social media”?

Like owning your own domain to login Anywhere?

https://plug-world.com/posts/the-federated-app-problem/

elly, to fediverse
@elly@front-end.social avatar

I think I’m in need of some help. 🥴

So, in classic IndieWeb fashion, I want my website to be my hub on the internet.

But I’ve been looking into all the different standards (, , , etc.) but I'm not sure which one or which combination of them is best for my needs.

So I thought I might reach out on here with what I'm trying to do and see what people thought were some go ways to go about it.

🧵 1/?

box464,
@box464@mastodon.social avatar

@elly @elly I have installed on a test site and looks promising. But I don’t use it for my personal posts yet, so can't fully recommend. Contributions to the repo are sporadic but recent.

Added a couple of screenshots so you can get an idea of what the admin side looks like. It is setup to have syndication plugins, too.

Uses , too!

https://getindiekit.com

I'm also interested in PESOS and seems like that concept would be a perfect combination with an automated build.

The main administration screen, showing you can create (and edit) posts that are saved to a database and GitHub, then syndicated out to social media feeds as you wish.

J12t, to random
@J12t@social.coop avatar

I'm increasingly getting the feeling that one of these days I need to reactivate LID -- Light-Weight Digital Identity -- my entry into and created more or less by accident in 2004. Then folded into the larger movement. Some of its more interesting features were adopted by other identity protocols over time, but some others are still unique and would be very useful now that the decentralized, user-owned, social web is waking back up.

pfefferle,
@pfefferle@mastodon.social avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • magazineikmin
  • cubers
  • InstantRegret
  • cisconetworking
  • Youngstown
  • vwfavf
  • slotface
  • Durango
  • rosin
  • everett
  • kavyap
  • DreamBathrooms
  • provamag3
  • mdbf
  • khanakhh
  • modclub
  • tester
  • ethstaker
  • osvaldo12
  • GTA5RPClips
  • ngwrru68w68
  • Leos
  • anitta
  • tacticalgear
  • normalnudes
  • JUstTest
  • All magazines