Security is a top priority for any web application, and securing APIs is equally critical. Recently, I worked on a project where we used JSON Web Token (JWT) authentication to secure APIs. This post gives a quick look at what JWT is and how it is used for authentication. According to jwt.io, a JSON Web…