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

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

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.