#social 2017-02-04

2017-02-04 UTC
timbl joined the channel
#
evanminto
aaronpk: Hm, I’m really not sure what’s going on. I get a the following error when I try to use Micropub apps like Quill with URLs with a path: The "me" parameter provided was not valid
#
evanminto
But no issue when I use the URL to just sign in (like to the IndieWeb site)
#
aaronpk
hmm i thought quill didn't care. what URL are you using to sign in?
#
evanminto
http://evanminto.com/indieweb (really crappy test page I set up)
#
evanminto
https://github.com/aaronpk/IndieAuth-Token-Endpoint/blob/98e637718d1821a451a46dcbcb0b56c69f187fe9/lib/helpers.php#L39 looks like it errors when the path is non-“/“ unless I’m reading it wrong.
#
evanminto
More accurately, returns false, which triggers the error.
#
aaronpk
ooh you're right. I should just remove that check
#
evanminto
Quill works just fine when http://evanminto.com is the login URL.
#
Loqi
Evan Minto h
#
evanminto
OK, so I’m not crazy.
#
evanminto
I can submit a PR for that if you want.
#
aaronpk
sure go ahead. tho i don't want to push that out right now without thinking through what things might be working under the assumption of that behavior right now.
#
aaronpk
so if you do submit a PR, you can launch your own copy of the token endpoint somewhere on your site
#
aaronpk
which is also a better long term solution anyway
#
evanminto
Oh yeah, fair point.
#
aaronpk
i really only made tokens.indieauth.com to help people bootstrap their own. it's not fun to write a token endpoint, so this way you can jump right to the good part of building the micropub endpoint. then later you can replace tokens.indieauth.com with your own.
pdurbin joined the channel
#
evanminto
Made the PR, take a look when you’ve got time.
#
aaronpk
thanks! hopefully you're not stuck on this :)
#
evanminto
It’s not too bad. I hadn’t thought about the fact that I could just set up my own instance of the endpoint.
#
evanminto
Duh
#
aaronpk
it should be super easy to install cause there's no database or anything