• #dev 2019-11-28
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2019-11-28 UTC
# 03:38
[dmitshur]
I think I see where the problem may be. I'm currently generating a completely random binary bytes for my state string. I should check what the restrictions on its contents are. last time I tried to do this with GitHub it didn't like it either, so I base64 encoded the random binary bytes. perhaps I should do the same here.