How to find a JWT?
-
Hello,
I am somewhat new to making configs so this question may seem simple
When requesting to view a new webpage, I need a token "authToken" in the request headers but I cannot find it in either the source or the cookies. After doing some research I have determined this is a Json Web token. How would I go about parsing this?
-
dm me on discord CeejTheGod#2093
-
The auth token is usually sent to you when you log in. Check the response body, cookies and headers.
-
@Ruri Thanks it was, they just called the token by a different name in the response.