An Intro To JSON Web Tokens
JSON Web Token or JWT (pronounced “jot”) is a standard for passing data (called claims) in a JSON object format. Two of its key features are its compactness and simplicity. A JWT can be signed or encrypted to provide security and to verify its authen...
hallixon.hashnode.dev3 min read