User authentication in an Express app
Overview
In this article, we will delve into authentication using JSON web token (JWT). User authentication is the process of verifying a user attempting access to an application or part of an application.
In the API we will build, we will implement ...
stai.hashnode.dev8 min read