How to do Privilege Escalation with JWT
Using a weak password can always be problematic. Lets see how selecting a weak secret key can lead to privilege escalation in JWTs
0 Comments
May 23, 2020
Using a weak password can always be problematic. Lets see how selecting a weak secret key can lead to privilege escalation in JWTs
Nowadays JWTs are widely used as an authorization standard and allows for secure information transmission. There are a lot of features that make JWT the first choice to implement.So let's dive into the blog post to uncover the basic terminologies of JWT, learn to build JWT from scratch and know about its working. What is JWT?? It stands for JSON Web Tokens.…