文件名称:jwt-parser:使用公共密钥验证JWT,解析令牌并返回内容
文件大小:73KB
文件格式:ZIP
更新时间:2024-02-29 02:36:35
jwt experiential-learning practera TypeScript
@ 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 tokens that are accepted service , // this will identify what public key to use to validate the token,
【文件预览】:
jwt-parser-develop
----.gitignore(69B)
----package.json(1KB)
----tslint.json(300B)
----sonar-project.properties(235B)
----package-lock.json(213KB)
----src()
--------__tests__()
--------index.ts(242B)
--------helper.ts(773B)
----jest.config.js(289B)
----tsconfig.json(6KB)
----.github()
--------pull_request_template.md(423B)
--------workflows()
----README.md(1KB)