Rating:

Forge a token:
* Set "type" to "admin" instead of "user"
* Set "alg" to "HS256" instead of "RS256"
* Sign it using the server's public RSA key as the HS256 key

Original writeup (https://medium.com/@nic.christin/ritsec-ctf-2019-a94a400c042a#d224).