Token based authentication in Node.js using JWT
Authentication is a big part of any application. The way authentication is handled traditionally is by creating a user session on the server where we usually store the user’s information in memory or on disk. This is also known as server/session based authentication. Web applications have come a long way in a past few year, […]