JSON Web Token: What it is, How it Works and How to verify
Building application using NodeJs, everyone might want to authenticate users into an app that you built. Traditionally using “index.html” a way to send back static HTML or using render(“index”) to render a template markup like plug or ejs, one will use session based authentication most likely. But what do you do when you are using […]
JSON Web Token: What it is, How it Works and How to verify Read More »