jwt token'; var decoded = jwt_decode(token); console.log(decoded); /* prints: * { foo: "bar", * exp: 1393286893, * iat: 1393268893 } */ // decode header by ...
確定! 回上一頁