svip-jwt
```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);
```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);
A collection of common tools in a node environment
vue基础库
Authentication library for Vue.js
auth user with vuex and axios
wendyao koa jwt role weblogin




Create a temporary token.
Discord OAuth made easy with JWT.
CLI to create JWT tokens and issue Webex Teams API access tokens for 'Permanent Guest'
Network Layer for React Relay and Express (Batch Queries, AuthToken, Logging, Retry)
this helps you to intercept request at websites for oauth2 or token autentications or even what you need
Vue.js token based authentication plugin. Supports simple token based and Json Web Tokens (JWT) authentication.
Axios requests wrapper
Basic entities, services and controllers for oauth authorization in NestJS REST backend
Basic entities, services and controllers for NestJS REST backend
JWT Token validation rule for Joi