Building stateless web application with JWT
10 Clap Storing JWT in cookies with secure and httpOnly flag is considered a better approach than storing in localStorage or javascript local variable because of an XSS attack. If you like to know more about why it is better to have JWT in cookies please read my blog post – http://www.webagam.com/2018/10/24/how-to-use-jwt-tokens-for-secure-access/ Why should we use JWT, can we not… Continue reading "Building stateless web application with JWT"