DEV Community

niirjhor
niirjhor

Posted on

JWT

JWT
JWT, or JSON Web Token, is an open standard used to share security information between two parties — a client and a server. JSON items, containing a set of claims, are encoded in each JWT. JWTs are signed with a cryptographic algorithm to ensure that the claims can't be changed after they've been distributed.
How JWT works:

Image description

Oldest comments (0)