#LoqiActivityPub is a decentralized social networking protocol (W3C Recommendation) developed in the Social Web Working Group based on pump.io and ActivityStreams. Conceptually they were all preceded by OStatus. It was briefly known as ActivityPump before being renamed to ActivityPub https://indieweb.org/ActivityPub
#IWDiscordGateway<person> I know that IndieAuth is a way for others to log into your site with their site. But what do these links do specifically on their own? Are they what lets me log into other sites? Do they let others log into my site? If the latter...do I also need micropub or something connected for it to be useful? Thanks in advance!
mro and [snarfed] joined the channel
#[snarfed]gRegor hmm, sorry! I retried them just now and they went through. I'll look into what happened
gRegor, mro, tetov-irc, mro_, Joel2, AramZS, gxt, alex11 and [schmarty] joined the channel
#[KevinMarks]@JSQ have you tried VS Code as an editor?
JSQ and mro joined the channel
#AramZ-S[m]Yeah, JSQ VS Code tends to be my preference and is more broadly supported, but I'm not sure how well it works in Fedora
gRegor, joshproehl, [tw2113_Slack_]1, [chrisaldrich]1 and [aciccarello] joined the channel
#[KevinMarks]@person those lines enable delegated login to the wiki and other indieauth tools based on the rel=me links elsewhere in the profile.
AramZS and [calumryan] joined the channel
#[chrisaldrich]1@person, or in simpler language, they let you use https://indieauth.com to log into the wiki and other sites. They *do not* allow anyone to log into your site.
gRegorLove_, scojjac and mro joined the channel
#IWDiscordGateway<person> Awesome. Thank you @kevinmarks and @chrisaldrich
#wiki[m]hey everyone. I was trying to implement an indieauth identity provider. After adding the `indieauth-metadata` link and making that endpoint return a json file I expected things to half-work, but I tried to login to several sites (like indielogin.com) and every site failed to detect an authentication method. They all started working when I added the link rel='authorization_endpoint', though. Is indieauth-metadata discovery not widely
#wiki[m]implemented, or did I misunderstand something and it's for some different spec?