#dev 2021-08-24

2021-08-24 UTC
#
angelo
do the example code_challenge and code_verifier in the indieauth spec correspond to one another?
nertzy_ joined the channel
#
aaronpk
yes it looks like it
#
aaronpk
you can also use this to check https://example-app.com/pkce
jacky joined the channel
#
angelo
i was converting to the hex digest of the sha256 before proceeding.. got it now, thanks!
rockorager joined the channel
#
aaronpk
common mistake!
#
angelo
my urlsafe_b64encode(sha256(ascii(code_verifier))) is returning a trailing "=" and indielogin is sending me a code_challenge without one
#
angelo
almost there..
#
aaronpk
correct, PKCE uses "base64-urlencoding" which is a slight variation on base64-encoding
#
aaronpk
(replace + with -, replace / with _, trim trailing =)
#
angelo
so i think i get the replacements.. just have to trim
#
aaronpk
huh, wonder why it does that
#
angelo
aaand i'm in..
jacky, gRegor, hendursa1, KartikPrabhu, shoesNsocks1, [fluffy]1, asteria1, moose3337, tetov-irc, rockorager, sayanarijit[d], [jgmac1106], nertzy_, gRegorLove_, hendursaga, vilhalmer, GWG, strugee_, wrmilling, joshproehl, [chrisaldrich], gRegorLove__, [snarfed] and alex11 joined the channel
#
GWG
[tantek]: I am also doing a photo list view
rockorager joined the channel
#
[tantek]
like a film strip?
#
GWG
Look in the sidebar under test... haven't done any css yet
#
GWG
Just fiddling now
#
[tantek]
nice! curious what text content you may want to provide or just the date? (date alone could feel redundant if there are many photos on the same date for example)
#
GWG
[tantek]: I just started refactoring my list view code to differ by post type.. previously it would show a post type icon, a title or excerpt, and date
#
GWG
Now that it can differ by type, photos might get a caption if short enough instead
#
[tantek]
in my photo grid (when it was working) I opted to not show any text except to of course include the alt text for each photo on its thumbnail displayed in the grid
#
GWG
[tantek]: The grid I would do will likely look a bit more like yours
#
GWG
I have some other photo ideas I want to play with
#
GWG
Like mixing it with my Memories code
#
GWG
So, one year ago photo
#
GWG
Maybe a carousel
#
[jgmac1106]
okay so been talking to martijn about the the micropub migration tool...came about bc I think I FUBARed my Known site,
#
[jgmac1106]
I have spoken to [cleverdevil] about this one a lot, but it would be a neat tool. you drop in url it crawls for h-feed and then if something had a micropub endpoint could republish them
#
[jgmac1106]
I would think you would need someway to control the speed of the job....I have too many posts
rockorager joined the channel
#
[tantek]
aaronpk (and other folks interested in "federated" "identity" and IndieAuth interop in general), are you tracking the new W3C CG on this? E.g. recent meeting notes: https://github.com/fedidcg/meetings/blob/main/2021/2021-08-20-notes.md
rockorager, tetov-irc, jacky, [tw2113_Slack_] and nertzy_ joined the channel