Should you put JWT in a cookie or local storage?
I am not sure if I should put the JWT I use for authentication in the response body or in a HTTP-Only and secure cookie. Which one is better for security and why? I...
Build real world, production-ready software
I am not sure if I should put the JWT I use for authentication in the response body or in a HTTP-Only and secure cookie. Which one is better for security and why? I...
Today, I’m happy to announce the start of a new tutorial series in which we will explore how to implement a server to server communication with JSON Web Tokens. We first explain what JSON...
Recent Comments