In AngularJS, JSON Web Token is used to send information that can be trusted and verified using a digital signature. The JSON Web Token comprises a URL-safe and compact JSON object, which is cryptographically signed to verify its authenticity. This also can be encrypted if the payload contains any sensitive information.

BY Best Interview Question ON 01 Feb 2020