📜  什么是 jsonwebtoken - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:51.997000             🧑  作者: Mango

代码示例1
JSON Web Token is an Internet standard for creating data with optional
signature and/or optional encryption whose payload holds JSON that asserts
some number of claims.

The tokens are signed either using a private secret or a public/private key.