#dev 2019-03-10
2019-03-10 UTC
# gRegorLove Aw, my poor notes feed.
# [grantcodes] Anyone around that has some complicated redirects set up for their domain fancy seeing if they can log in here? https://indieauth-lib-wip.glitch.me/
# aaronpk steal this javascript https://aaronparecki.com/2018/06/03/4/url-form-field
KartikPrabhu and eli_oat joined the channel
# [grantcodes] Eh, can't be bothered adding clientside js to it, it is just echoing strings right for testing purposes
# [grantcodes] But I can see what's going wrong with your domain 🙂
[schmarty] joined the channel
# gRegorLove chrisaldrich, to answer your question yesterday, there's ~100 indiebookclub users on micro.blog
# [grantcodes] Ok, looks like I fixed that redirect issue, I got to your login page aaronpk
# [grantcodes] Haha yeah
# [grantcodes] I was intrigued what it would do
# aaronpk long explanation here https://aaronparecki.com/2017/10/04/23/passwordless-logins
# [grantcodes] Ah, I guessed something like that after it was just spinning
anth_x joined the channel
# [grantcodes] I want to set up something like that once I get around to building my own auth endpoint. But I'd like to try webauthn too
j12t, eli_oat, [schmarty] and [grantcodes] joined the channel
# [schmarty] grantcodes: looks like it's not following redirects for my shortdomain http://mmg.re
# [schmarty] also definitely steal the auto-http:// javascript aaronpk posted. :}
# [schmarty] [dougbeal] i do websub on my static site.
# [schmarty] when i do a new site build it goes into a new directory and i use rsync to copy the files over. rsync has a mode that spits out a machine-readable list of what's changed.
# [schmarty] i grab all new and modified files from that list and do some string matching to grab the URLs that match pages with feeds
# [schmarty] then i build a request to superfeedr to ping that they've been updated.
# dougbeal grantcodes: I get a Missing code or state mismatch on https://crw.moe
# [schmarty] (i do the same thing to send webmentions, but i do a different filter to only grab post permalink pages)
# [grantcodes] If you got that far dougbeal then it worked, but currently broken on my end
# [schmarty] i don't think i have my hook publisher code published anywhere 😕
# [schmarty] oh i guess i do
# [schmarty] https://git.schmarty.net/schmarty/ssg-hook-publisher-php/src/branch/master/src/sync/rsync.php is how i do the rsync and parsing of the rsync output
# [schmarty] and then how i use that list to decide what to websub: https://git.schmarty.net/schmarty/ssg-hook-publisher-php/src/branch/master/src/sync_after/websub.php
# GWG How does this look as a placeholder? https://wpdev.gwg.us/2019/03/10/4325/
[dougbeal] joined the channel
# [dougbeal] 🛫 and 🛬 instead of bullets? 🙂
# [dougbeal] Makes sense. Airline icons/logos work well for google flight search.
[eddie] joined the channel
jeremych- joined the channel
jeremych_ and kants_ joined the channel
globbot joined the channel
gRegorLove, barpthewire and KartikPrabhu joined the channel
jgmac1106 and [jgmac1106] joined the channel
# Zegnat jgmac1106, I would do it like this, only echo the variables and keep the HTML as HTML: https://gist.github.com/Zegnat/c6709adf85c73315cb79daa769e5af0c
# jgmac1106 now styled: https://jgregorymcverry.com/guestbook.php?user_name=rrrc&user_text=rr&user_instagram=rr&user_twitter=+xsdq&user_email=wqd%40emial.ocm&msg=wdqacc but no data displayiing…so close
ancarda joined the channel
# Zegnat For whoever was looking at JSON schema validation of mf2 objects ([grantcodes], jacky?) I just updated mine to reflect the latest additions to the spec (ids and image alts): https://gist.github.com/Zegnat/65ed9a9fb0546fb8c4aa0c0b790b8a40
NinjaTrappeur joined the channel
swentel joined the channel
# sknebel diagram draft: https://www.svenknebel.de/temp/autoauth_diagram.svg
# Zegnat My sketch of the back and forth (slightly less technical) that I think is the important part: https://zegnat.net/tmp/diagdraft.jpeg
# sknebel (diagram made with https://bramp.github.io/js-sequence-diagrams/
[jgmac1106] joined the channel
# [jgmac1106] Morning GWG
# Loqi It looks like we don't have a page for "sequence diagram" yet. Would you like to create it? (Or just say "sequence diagram is ____", a sentence describing the term)
# [jgmac1106] Yeah I love pencils and graph paper, best diagram tools I have found to date
# [jgmac1106] Yeah... That part stinks, that tool is really cool
# sknebel sequence diagram << [https://bramp.github.io/js-sequence-diagrams/ in-browser tool to generate diagrams from a relatively simple text form]
# Loqi ok, I added "[https://bramp.github.io/js-sequence-diagrams/ in-browser tool to generate diagrams from a relatively simple text form]" to a brand new "See Also" section of /sequence_diagram https://indieweb.org/wiki/index.php?diff=57932&oldid=57931
# [jgmac1106] Especially as I have to explain any diagram in text for accessibility
# [jgmac1106] This would eliminate they need... Maybe... Wonder how screen readers hit it.
# [jgmac1106] .... Speaking of which I have to make step by step guide for the mf2 podcast videos I did
# [jgmac1106] Gwg whatchya working on today?
# sknebel !tell aaronpk would love feedback from you on https://github.com/sknebel/AutoAuth/pull/12
# jgmac1106 well Known strips away too much for me to do it manually so I hvae to do it like this: https://quickthoughts.jgregorymcverry.com/2019/03/10/js-sequence-diagrams-by-bramp
[schmarty] joined the channel
# [schmarty] jgmac1106 that makes the post include a tag of Sven. I don't believe anything currently understands a value attribute on span?
# Zegnat jgmac1106, https://web.archive.org/web/20181207213253/http://www.curatorscode.org/ tried to do icons fofr hat tips / vias / etc. But never caught on
khurt joined the channel
# jacky https://v2.jacky.wtf/groups/iwc2019online is the 'demo' thus far
# sknebel !tell aaronpk found an error on https://www.oauth.com/oauth2-servers/device-flow/token-request/ - in the last example, it needs to say "expires_in" instead of "expires" (per https://tools.ietf.org/html/rfc6749#section-5.1 / https://tools.ietf.org/html/draft-ietf-oauth-device-flow-14#section-3.5)
JohnL1 joined the channel
# @EndlessMason ↩️ @edent @sonniesedge oh. webmention notify form. (twitter.com/_/status/1104750983341662210)
sandro_ joined the channel
# Zegnat You might be thinking of http://microformats.org/wiki/VoteLinks ?
[tonz] joined the channel
# jgmac1106 accidently posted to meta: stilll can’t figure out why everything but the note will display in this…ignore me trying to echo the file….that is the next problem for me to solve: https://gist.github.com/jgmac1106/c4cd4bef98acd88729289d9e4c3b9fe6
[eddie] joined the channel
# sknebel [eddie]: https://github.com/sknebel/AutoAuth/pull/12 you can also see if that structure makes more sense for what part does what
# jacky something like https://updown.io/ and how it shows real time checks
# sknebel Zegnat: re autoauth extensions, did you see this API? https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/onAuthRequired
sketchess joined the channel
KidReese777 joined the channel
# Zegnat Well, this looks like I might be able to show it off at demos: https://wiki.zegnat.net/temp/concept.png
[kevinmarks] joined the channel
jgmac1106 and [davidmead] joined the channel
# [eddie] That’s what I should key off of. If me = https://eddiehinkle.com/ it’s requesting a token AS me
# sknebel the closest in IndieAuth https://indieauth.spec.indieweb.org/#token-request
jgmac1106 joined the channel
# jgmac1106 as far as I got: https://jgregorymcverry.com/guestbook.php saving to plain text, couldn’t figure out how to write save to either guestbook.html or guestbook.php and keep all the html formatting: https://jgregorymcverry.com/guestbook.php
# Loqi aaronpk: sknebel left you a message 3 hours, 46 minutes ago: would love feedback from you on https://github.com/sknebel/AutoAuth/pull/12
# Loqi aaronpk: sknebel left you a message 2 hours, 39 minutes ago: found an error on https://www.oauth.com/oauth2-servers/device-flow/token-request/ - in the last example, it needs to say "expires_in" instead of "expires" (per https://tools.ietf.org/html/rfc6749#section-5.1 / https://tools.ietf.org/html/draft-ietf-oauth-device-flow-14#section-3.5)
# sknebel (context: https://github.com/sknebel/AutoAuth/issues/5 )
# Zegnat Because conceptualising AutoAuth is hard, does this help? https://svgshare.com/i/BhB.svg
swentel joined the channel
KartikPrabhu joined the channel
gRegorLove and KartikPrabhu joined the channel
snarfed joined the channel
Kris joined the channel
[eddie] joined the channel
[Rose] joined the channel
# Loqi PKCE, Proof-Key for Code Exchange, (pronounced "pixie") is an extension to OAuth 2.0 that protects against intercepted authorization codes during the OAuth flow https://indieweb.org/PKCE
wagle and [kevinmarks] joined the channel
# @blairmacintyre ↩️ I’m working on it. Later in the week. Indieweb, webmentions, ghost, extracting comments from disqus, tying into http://micro.blog, … so many levels of FREAKING AWESOMENESS … (twitter.com/_/status/1104837185310769155)
snarfed and [grantcodes] joined the channel
[tantek] joined the channel
# Zegnat [grantcodes], you showed the me parameter wrt redirects, I didn’t spot its use quick enough but thought I’d let you know that the me parameter in the requests has mostly been removed since https://github.com/indieweb/indieauth/issues/19
# Zegnat E.g. selfauth has completely stopped looking at it https://github.com/Inklings-io/selfauth/pull/43
chrisaldrich joined the channel
# [grantcodes] Zegnat: Yes it doesn't use it in the redirect back to the client. My demo showed it redirecting to the auth endpoint which does need the me parameter. My auth endpoint was just a blank page was all
# @JanElznic #Webmentions, zajímavý nápad, jak se mohou dvě strany navzájem notifikovat o tom, že na sebe odkazují: https://alistapart.com/article/webmentions-enabling-better-communication-on-the-internet
Aktuálně ve stádiu #W3C Recommendation: https://www.w3.org/TR/webmention/ (twitter.com/_/status/1104844857393250304)
iasai joined the channel
iasai joined the channel
[Rose], iasai, snarfed and gRegorLove_ joined the channel
iasai and [grantcodes] joined the channel
# [grantcodes] Ok, got a proof of concept micropub client that will post everything from examples.tpxl.io
# [grantcodes] Not recommended on a live site
iasai and [jgmac1106] joined the channel
eli_oat joined the channel
tw2113, snarfed, eli_oat, iasai, gRegorLove and KartikPrabhu joined the channel