#[tantek]Web sign-in is about the UX of doing so (see https://indieweb.org/Web_sign-in#Details for minimum expected UX), not about support of any particular backend protocol (which can be used to support said UX, though no specific protocol is required)
jjuran, mro, superkuh, [schmarty], [snarfed], [fluffy], neceve, jacky and jacky_ joined the channel
#jboveomz13: Thanks - a quick check shows me 3 elements with the class name "h-card" - a bit weird how the indiewebify check would crash on that. Will see further.
#omz13jbove: I also saw a link to a me that was an h-card object and not a simple url.
#jboveWill try setting up the indiewebify server from github
#jboveerror "Something bad happened when asking the AS (https://indieauth.com/auth) to verify a code: expected response to be application/json but application/x-www-form-urlencoded"
#omz13jbove: I was just looking at my server when I saw the system log reporting your login issues
#omz13and now you are stuck with the callback handler looping. gah!
#omz13I captured some logging info... will see if I can work out where its going wrong
mro joined the channel
#jboveHopefully the logging information does not give you access to session?
#jboveHopefully the logging information does not give you access to the session?
#omz13fyi, toolbox's fetch resource is very naïve for the mf dump... it simply dumps all objects and does not take into account where they originate in the DOM... the profile discovery function is more sophisticated and sensitive (and I look at the tomorrow when there is fresh coffee in my body)
#omz13no worries; I had intermittent login failures that I could not locate, so finally good to discovery and fix. Ironically I have better response handling code elsewhere and had not refactored it into this handler.
AramZS joined the channel
#jboveMoving the webmentions out of the h-card fixed it for me - at least now indiewebify.me returns the h-card correctly
#sknebelfile an issue on it please, with an example of what hte code was like before
#LoqigRegor has 4 karma in this channel over the last year (30 in all channels)
#gRegorgood q on whether it should return an array. I made it return a string to match the code example. The string is what I want, going to insert it into the HTML.
#gRegorI guess returning an array is most correct, in case there's ever a mp json request with multiple types