2019-11-28 UTC
# [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.