uckkk/dsh-jwt
uckkk★ 0JavaScriptLast synced: 2026-08-16
JWT 解码:解析 header/payload,判断过期
README excerpt
dsh-jwt · JWT 解码 解析 JWT 的 header/payload,判断是否过期(不验签)。纯 Node 实现。 提供的工具 工具 作用 jwt decode 解码 JWT 安装 安装后在 profile 的 package.json 的 dsh.profile.bundles 中加入 "dsh-jwt" 。 用法示例
View full README on GitHub →