A7: 2021 | JWT Tokens (4) | Cycubix Docs
Last updated
Last updated
Let’s try decoding a JWT token, for this you can use the JWT functionality inside WebWolf. Given the following token:
Copy and paste the following token and decode the token, can you find the user inside the token?
Solution
The exercise require us to use the JWT functionality within WebWolf. We could also use JWT
Copy the given token, and open WebWolf. Go into the JWT tab. Paste the token.
Copy user name and paste it on WebGoat exercise.