I am able to generate a jwt using python, but when I go to jwt.io, enter my generated token, add my secret (to verify signature), and then enable ‘Secret base64 encoded’ (with my secret value), I see the signature changes. Disable, it goes back to my generated token. How can I generate a token that has the signature base64 encoded? i’ve tried all kinds of things (I did split out the header/payload since they don’t change, and tried to ‘base64 encoded’, but nothing seems to work. I’ve googled around, I see a few other folks have the same question, one guy actually seemed to have found the answer using java, but I can’t seem to replicate his answer in python.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
"alt": "none" validation bug on jwt.io | 2 | 4032 | March 2, 2018 | |
Verification of jwt signed with base64 encoded secret fails on jwt.io | 1 | 4110 | February 25, 2021 | |
How to Create a JWT in Java with the secret base64 encoded | 0 | 8989 | September 21, 2019 | |
Understanding what is the process of "secret base64 encoded" when user click on the tick button | 10 | 16125 | March 11, 2020 | |
Can we generate jwt token with java and can it be decoded with python. | 7 | 6260 | March 2, 2018 |