JWT cookie with CSRF token as a claim inside the JWT
I am trying to figure out if the solution I am suggesting is valid for both XSS & CSRF protection,
I would like to store the JWT in an httpOnly & secure cookie and not in local storage,
when the user successfully logs in, he will g… Continue reading JWT cookie with CSRF token as a claim inside the JWT