#dev 2024-11-04

2024-11-04 UTC
[mattl] joined the channel
#
[mattl]
[Joe_Crawford] I’ll check these out.
#
[mattl]
[morganm] is there a reason your .org blog has a .com email address? That’s the only thing that sticks out really. Looks like a nice site otherwise.
#
[morganm]
That's accurate, but yeah currently have two domains and email is all on the .com address
#
[morganm]
Thanks !
jeremycherfas, troojg, glacier, Vivisko, earlps, barnaby, jimw, sivoais, lanodan, jjuran, [Ana_R], [qubyte], Guest6, GuestZero, [Murray], AramZS, bterry, sebbu2, bret, [aciccarello] and gRegor joined the channel; earlps left the channel
#
gRegor
!tell schmarty Just wanted to make sure you saw this from the other day https://chat.indieweb.org/dev/2024-11-02#t1730580277468100 We got it working eventually but I'm not sure if it was the correct resolution for RelMeAuth or if the webring could be doing something differently.
#
Loqi
Ok, I'll tell them that when I see them next
sivoais and [schmarty] joined the channel
#
[schmarty]
thanks, gRegor and congrats confusedalex! sounds like it could have been a number of issues, glad it's resolved!
#
Loqi
[schmarty]: gRegor left you a message 30 minutes ago: Just wanted to make sure you saw this from the other day https://chat.indieweb.org/dev/2024-11-02#t1730580277468100 We got it working eventually but I'm not sure if it was the correct resolution for RelMeAuth or if the webring could be doing something differently.
#
[schmarty]
gives Loqi a thumbs up
#
Loqi
jumps on the thumbs up
#
gRegor
Might be a limitation of using indieauth-client-php with RelMeAuth
#
gRegor
I should experiment with indiebookclub, I think it would have the same issue
#
[schmarty]
the webring doesn't implement RelMeAuth natively - it falls back to indielogin\.com for that. definitely could be an issue w/ matching the resulting `me` URL leading to trying to resolve the authorization endpoint (which wouldn't be set)
#
[tantek]
^ is it something worth pointing out / detailing on https://indielogin.com/api as something to be careful about as site implementing Web Sign-in with indielogin?
[snarfed], jimw and [benatwork] joined the channel
#
carrvo
I like the concept enough that am thinking about how to use IndieAuth as a single Identity within my house and for my family. Hence the Apache question as well (good chance I will simply move away from Apache going forward). Good to know that I can't share it with desktops (so more than one account is necessary). I am a little surprised because Windows doesn't like me making a local account anymore, though I am moving more and mor
#
gRegor
I think your message got cutoff outside of Discord, at "more and more"
#
carrvo
Overall I have found IndieAuth documentation hard to follow. At some point I will revisit and give concrete examples. But it took me over 20 hours for the (now old?) rel="authorization_endpoint"
#
carrvo
Oh, sorry. I have yet to setup some of what the rest of you have... 😦
#
gRegor
No problem! All the different chats are bridged together, so whatever works best for you. Just some rare times when longer messages might get cut off.
#
gRegor
Yeah, OAuth can be complicated unfortunately. Congrats on getting the authorization endpoint set up though! carrvo++
#
Loqi
carrvo has 1 karma over the last year
#
gRegor
Most clients support rel=authorization_endpoint still as a fallback, but yeah if you could *also* list the indieauth-metadata endpoint, that would be good for compatibility
#
gRegor
The endpoints can be advertised in both places
#
gRegor
Here's mine for example: https://gregorlove.com/indieauth-metadata-endpoint/ I also have the rel=authorization_endpoint on my homepage.