less than 1 minute read

JWT (Json Web Token)?Permalink

  • JWT is the Claim based web token to store a user’s attributes by using json format. JWT transfers the information securely with a self-contained method.

When to use?Permalink

  1. Login
  • process => User login > A server sends a token to the user >

Leave a comment