Zero to Hero – Node.js (part -6) – Secure REST APIs via JWT
In the previous blog, we worked on exposing CRUD operations via REST APIs. But, there was something missing, something very important. YES!!!, you got it right. I’m talking about Security. We don’t have any mean of authentication and security. Traditionally, developers use method like cookies and sessions with user authentication. But still, that is not […]