In this tutorial, we will be using JWT (JSON Web Tokens) to authorize requests. Since our application is stateless (meaning it has no memory of previous requests), we need a way to send session and user data. JWT is ideal for managing authentication in stateless applications and it does an excellent job.
hackernoon.com
hackernoon.com
