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...
Dependency injection does not seem to be a really common thing in the Node.js world. To me, this is very surprising because the main benefit in my opinion is that your code becomes just so much more testable.
Since the current tutorial series is where we build Yelp in React is coming to an end, I’m super happy to announce the start of a new tutorial series – this time around with...
Recent Comments