文件名称:koa-sqlite-jwt-server:具有JWT认证路由的API服务器。 使用Koa和Knex
文件大小:33KB
文件格式:ZIP
更新时间:2024-05-27 22:45:33
JavaScript
具有JWT身份验证的API服务器 安装 克隆存储库 git clone https://github.com/travishorn/koa-sqlite-jwt-server.git 切换到目录 cd koa-sqlite-jwt-server 安装依赖项 npm install 用法 启动服务器 node index 获得JWT 使用正确的凭据向/auth提交POST请求。 curl --request POST \ --url http://localhost:3000/auth \ --header 'content-type: application/x-www-form-urlencoded' \ --data username=travishorn \ --data password=password 注意只有一个用户, travishorn ,在datab
【文件预览】:
koa-sqlite-jwt-server-master
----.gitignore(14B)
----routes()
--------pets.js(224B)
--------auth.js(795B)
----README.md(3KB)
----db()
--------index.js(199B)
--------db.sqlite(32KB)
----utilities()
--------bcrypt.js(784B)
----LICENSE(1KB)
----middleware()
--------errorHandler.js(192B)
--------authenticated.js(402B)
----package.json(525B)
----index.js(646B)
----package-lock.json(95KB)