InterviewSolution
Saved Bookmarks
| 1. |
What is json web token in angularjs? |
|
Answer» 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. |
|