BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

svip-jwt

v1.1.0npm· JavaScript

```javascript //引入包 var jwt = require("svip-jwt"); //或者用es6引入 import jwt from "svip-jwt"; //你要进行编码的源 let payload = {username:"aaa"}; //你要使用的密钥 let secret = "secret"; //进行编码 encode let token = jwt.encode(payload,secret);

The verdict
Abandoned. Last published 7 years ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the npm registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityUnknown
SecurityClean
LicensePermissive
DepsZero deps
Maintenance
Last published 7 years ago.
Popularity
Download count unavailable.
Security
No known advisories for this version (OSV).
License
ISC
Dependencies
No runtime dependencies
Recent releases
  • 1.1.07 years ago
  • 1.0.27 years ago
  • 1.0.17 years ago
  • 1.0.07 years ago