Secure JWT Authentication with Public and Private Keys
Introduction to JWT
A JSON Web Token (JWT) is a compact, URL-safe means of representingclaims to be transferred between two parties. Hold on, I’m sure you’re probably concerned with what this has to do with authentication, we’ll get there in a bit. B...
nagato-dev.hashnode.dev34 min read