-
I am having issues with the base64.RawURLEncoder encoding the sha256 digest to check the challenge against the when I pass a random String: it checks out and encodes correctly (in the playground compared to my client) but when I sha256.hash above encoded random String: even though when I my client gets: while why does it produce the exact same output on the first example, but an entirely different one I have tested it with third party options and none produces the same output as the go one, somehow |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Could you give me some pointers how to reproduce this? |
Beta Was this translation helpful? Give feedback.
Could you give me some pointers how to reproduce this?