Science, asked by neelaashar3820, 1 year ago

What is JWT in Angular?

Answers

Answered by AgarwalSahb
0

JWT stands for JSON Web Token. Essentially its a token that represents a claim between 2 parties; client and server in our case. These tokens typically have a id (user id) and expiration attached to them.

Similar questions