[eddie], [nate658], [cleverdevil] and [jgmac1106] joined the channel
#[jgmac1106]but in a way that is the DIY ethos for WordPress. You aren't building some one off CMS, not at your skill level, Instead you spend a lot iof time diagnosing and trying to figure out why things don't work the way they should. Every WordPress user has to deal it. Something always breaking is a core feature of the experience
#GWGI am just sitting here doing some WordPress work
#jgmac1106I have an online class starting Monday, last minute prep on that. Probably a ton on the flight
[wiobyrne], tantek__, [snarfed], [anika], sebsel, chrisaldrich and [eddie] joined the channel
#[eddie]Hmmm both my Wordpress instance and an Indigenous for iOS user’s instance keeps showing IndieAuth server did not return the same state parameter
#[eddie]Hmm strange. There’s definitely something wrong with the authentication. I’ve recorded a video showing the behavior and it’s odd
#[eddie]If you click authorize it returns me logged out. But if I click on the “back to Wordpress” link it takes me to the Wordpress instance and I’m still logged in
[wiobyrne], [grantcodes] and [eddie] joined the channel
#[eddie]I’m wondering if it is related to iOS’s SFAuthenticationSession? It only allows cookies of the domain approved, so if there is a mismatch between www. And root, maybe that is going wrong?
#[eddie]I guess, if we understand more about the cookies that are being set, I can try and compare the values to how Apple handles the cookies in the SFAuthenticationSession and we can see if I can discover a mismatch in that way
#[eddie]it seems that it’s failing in $token->verify
#[eddie]Yeah. Looks like it’s ASAuthenticationSession now. Lol! But only in iOS 12, so I can make that change until September
#[eddie]Well looks like there is a little more for me to investigate. I’ll update the ticket after some more investigation on my side, GWG. Thanks for the brainstorming help GWG and aaronpk 🙂 I feel like I understand a bit more what *might* be going on