jgmac1106had to come back from camping to get ready to coach baseball all day to then go back from camping, reproduction and productivity shoudl not share root words
jeremycherfas, jeremycherfas_, jeremych_, raretrack and [davidmead] joined the channel
[davidmead][aaronpk] i checked and updated indieauth plugin this morning. Running Indieauth Version 2.1.1 and Indieweb Version 3.3.8. Logged out of OwnYourGram and signed back in using the /blog URL. Still getting an error posting within OwnYourGram 😞
[davidmead]If no one else is running into these issues on WP, maybe it’s because I have my WP install at /blog instead of the root. That’ll be a PITA to move it but I can try [aaronpk].
GWG[jgmac1106]: aaronpk and I were discussing it last night, and pfefferle, aaronpk, and I yesterday morning. I'm going to dive into the code and try to separate out the pieces to see if we can identify the problem, which seems to have no pattern
aaronpkhm i'll try installing wordpress in a subfolder to see if that messes it up somehow. there's no limitation with OwnYourGram regarding that, so it would just be a wordpress plugin bug if there's a problem
aaronpkif they enter a website that doesn't have an authorization endpoint then you can tell them they need to support IndieAuth on that site for the Web sign-in to work
aaronpkHmm I know a lot of the reason people liked the Web sign-in prompt is because it lets them log in with twitter instead of using a password. Is there maybe a twitter auth plugin we can point people to if they want that specific functionality?
Loqi[OneAll - Social Network Integration] Description
Social Login Plugin
Social Login is a professionally developed and free WordPress plugin that allows your visitors to comment, login and register with 30+ Social Networks like for example Facebook, Twitter, Google, LinkedIn, PayPal, Live...
GWGaaronpk: I was going to write it so by default, it shows an error and displays the WordPress login page, and there was a way to optionally hook in another fallback if you want
aaronpkokay what the heck. I just updated the indieauth plugin and now I get this error trying to sign in to ownyourgram "Did Not Receive a Valid Authorization Endpoint"
GWGSo, I can generate a state parameter as I do now, and set that parameter as a transient in WordPress, eliminate the cookie, and store the information temporarily on the server keyed to the state parameter.
aaronpkand yeah a separate web sign-in plugin would be great because I feel like most of the problems are because this code is trying to do two different things, and every time someone changes one part it breaks the other.
aaronpkGWG: it looks like the micropub plugin is expecting the filter to be called "indieauth_scopes" but the indieauth plugin calls it "get_indieauth_scopes"?