![module info](https://nodei.co/npm/@gm5/jwt.png?downloads=true&downloadRank=true&stars=true) # @gm5/jwt > json web token。 ## 安装 ```bash npm install @gm5/jwt ``` ## 使用 ```js import Five from '@gm5/code' import jwt from '@gm5/jwt' var app = new Five() app.install(jwt) ```