DEV Community

Mahir-Ahsef
Mahir-Ahsef

Posted on

JWT (JSON Web Token)

JWT (JSON Web Token) is an open standard that allows two parties — a client and a server to communicate security information. JSON items, containing a set of claims, are encoded in each JWT. JWTs are signed with a cryptographic technique to ensure that the claims can't be changed after they've been distributed.

Top comments (0)