📜  编码 jwt 令牌 javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:34.508000             🧑  作者: Mango

代码示例2
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.