Home > front end >  Token is generated by JWT?
Token is generated by JWT?

Time:12-21

Token is generated by JWT

CodePudding user response:

JWT is itself a token, find JWT background using language library calls to go,

CodePudding user response:

JWT is strictly a format, you can use it as a data format, it has three parts:
The first part, we call it the head (the header), the second part we call the load (content, similar to form the plane carrying goods), the third part is the visa (signature).

You can use it as a token of results
  • Related