用户注册,登录,鉴权服务

lrf402788946 3fc27598b4 update 3 년 전
.vscode 083466aee9 用户登录权限 4 년 전
app dd5139ccfb 1 4 년 전
config 3fc27598b4 update 3 년 전
test d047e2124e 用户鉴权服务 4 년 전
.autod.conf.js d047e2124e 用户鉴权服务 4 년 전
.eslintignore d047e2124e 用户鉴权服务 4 년 전
.eslintrc d047e2124e 用户鉴权服务 4 년 전
.gitignore d047e2124e 用户鉴权服务 4 년 전
.travis.yml 083466aee9 用户登录权限 4 년 전
README.md ded8aef591 first commit 4 년 전
appveyor.yml 083466aee9 用户登录权限 4 년 전
ecosystem.config.js 083466aee9 用户登录权限 4 년 전
package.json 083466aee9 用户登录权限 4 년 전
server.js 083466aee9 用户登录权限 4 년 전

README.md

service-auth

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.