1. 首页
  2. 数据库
  3. 其它
  4. jwt parser:使用公共密钥验证JWT解析令牌并返回内容 源码

jwt parser:使用公共密钥验证JWT解析令牌并返回内容 源码

上传者: 2021-02-23 16:23:04上传 ZIP文件 73.23KB 热度 65次
@ practera / jwt-parser 使用公共密钥验证JWT,解析令牌并返回内容。 安装 $ npm install @practera/jwt-parser 用法 JavaScript: const jwtParse = require ( "@practera/jwt-parser" ) ; jwtContents = jwtParse ( token , // the token to be verified and parsed process . env , // environmental variables or another array of token
用户评论