top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is JWT in Angular?

0 votes
269 views
What is JWT in Angular?
posted Apr 13, 2018 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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.

Read More Here : https://tech.queryhome.com/151635/discussion-about-jwt

answer Apr 25, 2018 by Aarati Mahajan
...