Answer:
JSON Web Token (JWT) is a representing claims (represented as a name/value pair consisting of a Claim Name and a Claim Value) to be transferred between two parties.
Claim in JWT encoded as JSON Object used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or MACed and/or encrypted.
Source: http://self-issued.info | Asked In: Many Interviews |
Alert Moderator