JWT is being sent in cookies, but when I try for CSRF they are not sent
I am testing this application which sends JWT and CSRF token in cookies, I created a PoC file to test for CSRF, but only CSRF token is being sent in the PoC request and not JWT.
I was under the impression that cookies are always sent in al… Continue reading JWT is being sent in cookies, but when I try for CSRF they are not sent