#wordpress 2022-10-16

2022-10-16 UTC
[jeremycherfas], [tantek], barnaby, fef, jdub, [fluffy], [Jamie_Tanna], jacky, pmlnr, sebbu, [KevinMarks] and [hollie] joined the channel
#
[hollie]
I'm having trouble with Indie Auth. I followed the instructions (creating rel=me links) when I had a basic HTML page up. It worked fine. I tried doing the same thing (created HTML list of same rel=me links in sidebar) when I installed ClassicPress. When I run it through indiewebify.me it says they don't "link back"? I tried installing the Indie Auth plug-in - it's active but it doesn't seem to be doing anything. And I don't
#
[hollie]
know what the settings mean (what's "default token expiration time" or "endpoints"?). I think I'm following all the instructions right - any ideas?
#
GWG
[hollie]: Rel me is if you use an external indieauth service...in the plugin..it is built in
#
GWG
It does it all for you
#
[hollie]
But if the plug-in is active, shouldn't indiewebify.me tell me that it works?
#
GWG
Indiewebify.me test indieauth? I thought it only tested rel me?
#
GWG
Let me look
#
GWG
You should be able to test it using https://indielogin.com/
#
[hollie]
If that's the case, I'm sorry - I thought that was where you went to see if your website was functioning within IndieWeb specifications. It says it's a "guide to getting on the IndieWeb"
#
GWG
Yes, but it doesn't test for everything.. I should propose it test indieauth
#
[hollie]
Okay, thanks! It works on the indielogin.com site.
#
GWG
Proposed we have the websignin test search for indieauth endpoints too
#
GWG
Another opportunity
#
[hollie]
What is an endpoint?
#
Loqi
An endpoint is a URL for an application to communicate with to make something happen https://indieweb.org/endpoint
#
GWG
indielogin, by the way, is the service the wiki and such use to log you in...it uses websignin. Websignin is supposed to look for indieauth, and if no indieauth fall back on rel me
#
GWG
Essentially, Loqis definition aside... it's the thing you communicate with
#
GWG
So, a Webmention endpoint is the address on your site that receives Webmentions
#
GWG
An Indieauth endpoint is where clients go to authenticate via indieauth
#
GWG
It's the URL of the service
#
GWG
Indieauth and Webmention both add that into the HTML of your site so it can be discovered
#
GWG
So, you try to log in as example.com, the thing you are logging into goes to example.com to find in the HTML code the link to where example.com's indieauth service or endpoint is located
#
GWG
That's how we avoid impersonation...the site tells where it's identity can be checked