2016-02-29 73 views

回答

1
npm install -save jsonwebtoken 
var jwt = require('jsonwebtoken'); 
obj = jwt.decode(token); 

與obj包含樣作用,用戶ID的任何信息,...