#wordpress 2018-07-06

2018-07-06 UTC
[cleverdevil], [manton], tantek__ and [miklb] joined the channel
#
@mor10
@no_fear_inc @johnbillion @carlhancock I remember someone (perhaps @rmccue) was working on something around OAuth2 a few years ago, but no idea where that ended up. IMO OAuth2 should be built in as a minimum, in core. Of course I have no ability to contribute to this apart from saying it should be done.
(twitter.com/_/status/1014980895432986625)
#
GWG
[miklb]: Think they'll try it? I'd love more eyes on it.
#
aaronpk
I think I might need to do a blog post explaining how IndieAuth is actually a small addition to OAuth. I think people are probably looking at that plugin and don't understand how it relates to OAuth
#
GWG
Should I change the readme?
#
aaronpk
If you have a clear explanation for that then sure
#
[miklb]
it does say “built on top of Oath2”
#
aaronpk
I want to push IndieAuth as *the* way to do OAuth in a pure Web way, where you can't rely on people pretegistering applications to get a client secret and such
#
GWG
How can we help?
#
aaronpk
Obviously an app developer isn't going to register for api keys on everyone's wordpress sites, and also app developers don't want the user to have to configure stuff in their wordpress before they can use an app. IndieAuth solves both
#
aaronpk
but it's hard to get that point across to people
#
[miklb]
I think a heading “Why Indieauth?” with that statement would be a good start
#
aaronpk
GWG: did you see 00dani's comment on the indieauth spec?
[snarfed] joined the channel
#
Loqi
[00dani] #19 Allow the 'me' parameter to authorization endpoints to be omitted?
#
GWG
aaronpk: I saw that
#
aaronpk
I think we would need that piece to be optional in order for anyone to use this plugin as a pure oauth plugin
#
GWG
Is that an admirable goal?
#
aaronpk
I think so
#
GWG
Well, it looks like there are things to settle.
#
aaronpk
in any case the wordpress plugin doesn't need the `me` at that step because it's a self-contained system
#
GWG
Oh?
#
aaronpk
WP already knows what user the auth code was issued for
#
aaronpk
And it already knows how to verify the auth code
#
aaronpk
So it doesn't actually do anything with that value
#
GWG
Should I mod it?
#
aaronpk
I'm thinking this through
#
aaronpk
what does your code do with that parameter right now?
#
aaronpk
Cause I realized my code was already completely ignoring it
#
GWG
I think it checks it existed.
#
aaronpk
Does it use the value for anything?
#
GWG
I have to look. Only the initial match
#
GWG
I could add the user_id to the token
[aaronpk] and [manton] joined the channel
#
Loqi
[aaronpk] #79 remove unnecessary param
#
aaronpk
(unrelated to previous discussion)
#
GWG
I think that is a leftover
#
GWG
My mind is still in Micropub unit testing
[cleverdevil] and [jgmac1106] joined the channel
#
@rmccue
@mor10 @Josh412 @carlhancock @aaronpk @DavidWolfpaw @no_fear_inc @johnbillion As I said, would love to have collaborators on the OAuth 2 plugin or on the centraliser system. :)
(twitter.com/_/status/1015110752619728896)
[eddie], [jgmac1106], [jgarber], [cjwillcock], tantek__, [manton], [cleverdevil] and jackjamieson joined the channel
#
GWG
He hasn't always been available
[eddie], [dgold], [schmarty], [cleverdevil], sketchess, jackjamieson and [jgmac1106] joined the channel
#
dougbeal
Any tips for posting an event on wordpress?
#
dougbeal
I guess they are uncommon enough that Kinds doesn't support them?
#
tantek__
Events are hard
#
[jgmac1106]
[dougbeal] working with a popular calendar plugin firm that wants to add mf
#
GWG
I haven't written the interface for them