文件名称:authentication-service:基于Redis的认证服务
文件大小:11KB
文件格式:ZIP
更新时间:2024-07-12 01:27:09
JavaScript
认证服务 要求 1) Redis have to be installed and start on port 6379 安装 $ npm install 开始 $ node app.js 测试 $ npm test 界面 通过代码验证#### // request: $ curl -X POST -H "Content-Type: application/json" -d '{ "authCode":"0000" }' http://127.0.0.1:3008 // success response: { "error": false, "token": "5383fb399fc99e2862b22129", "restaurantId": "fake-restaurant", "tables": [ {
【文件预览】:
authentication-service-master
----api()
--------restaurateur.js(2KB)
----.jshintrc(1KB)
----.gitignore(19B)
----app.js(377B)
----.jscs.json(26B)
----package.json(780B)
----bootstrap.js(4KB)
----Gruntfile.js(1KB)
----README.md(1KB)
----config()
--------index.js(566B)
----module_paths.js(345B)
----modules()
--------token.js(783B)
----routes()
--------tokens.js(3KB)
--------index.js(704B)
----test()
--------integration()
--------spechelper.js(37B)