sknebel+ the endpoint is what I declare on my site: if I put an HTTPS url there, then that's *the endpoint*, even if it technically would be reachable over HTTP no conforming client would try that
sknebelIt's not really specific to micropub at that point. if you log in to the wordpress backend over HTTP that's just as insecure as micropub over HTTP
sknebelso while I'd generally recommend HTTPS, and nowadays have little patience for providers not offering it, I'm not sure it fits for the plugin to loudly complain and it'd be a very low-priority thing for me to implement if it all
eli_oatmy own endpoint is based off of that gist I shared...and despite my site working 100% as I'd like at the moment, I've been toying with re-writing it from the ground up :P
@pstuifzandI have added the `-verbose` flag to `ek`. This makes it possible to see the HTTP requests that are sent to the Microsub server and the responses that are returned. It can be a tool when creating your own Microsub server of client. https://p83.nl/p/880 (twitter.com/_/status/1030759224954040322)
mdk19, exezin3, jgmac1106_, Jguy, [metbril], [kevinmarks], [jgmac1106], casdr18 and jgmac1106 joined the channel
ZegnatSo looking at that, it seems like the person making the post gets listed as the author on the h-cite rather than on the h-entry. That seems wrong to me.
ZegnatThe author property on the h-cite (if supplied) should be the author of the outside page. The author property on the h-entry should be the person creating the post on lobstr.
NinjaTrappeurYup, that's the problem I had. Besides, the picture is 32x32px, it's maybe a bit small... I though using the link as an h-card was maybe easier.
ZegnatSo it sends everything needed for the server (nginx/apache/etc) to response, this means the server can finish the entire browser-server back and forth, but it doesn’t stop PHP running yet and you can continue to run code.
GWGI need to add auto-location retrieval for my posts. I had to go in afterward and do this, because my Micropub client doesn't yet support location. https://david.shanske.com/2018/08/18/2044/
aaronpkmost Micropub apps probably won't handle it very well if the token expires tho, like Quill will show you the 401 error and then you have to know to log out and back in again.
Zegnataaronpk, I realise that. I just mean that it seems fine to have the native UI revoke tokens, since the concept of revocation is known by anyone who reads the spec
aaronpkcould the mf2 parser be brought in by a different plugin that might make more use of it, and then the indieauth plugin could use it if it's there?
ZegnatHmm, aaronpk, webmention.rocks does not have a test case with <BASE> element? I just enabled coverage reporting on my endpoint discovery code and it told me that part of my code isn’t covered by any of the tests.