Stop Using JSON Web Tokens For Authentication. Use Stateful Sessions Instead

Yup, you’re probably using them incorrectly

Francisco Sainz
Better Programming
Published in
10 min readApr 4, 2022

--

I'm tired of seeing the same tutorials pop up every couple of weeks.

  • "JWTokens are the recommended auth method because of scalability."
  • "JWTokens are easier to use."
  • "JWTokens are…

--

--