What is the risk of lenient CORS header for a webapplication that stores tokens in sessionStorage and not in cookies?
Let’s assume we have a web-application that stores its auth token in the browser’s sessionStorage/localStorage and does not use cookies. If I’m not completely mistaken, such a web application is not vulnerable against CSRF attacks, right?
… Continue reading What is the risk of lenient CORS header for a webapplication that stores tokens in sessionStorage and not in cookies?