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

lrf402788946 3fc27598b4 update %!s(int64=3) %!d(string=hai) anos
.vscode 083466aee9 用户登录权限 %!s(int64=4) %!d(string=hai) anos
app dd5139ccfb 1 %!s(int64=4) %!d(string=hai) anos
config 3fc27598b4 update %!s(int64=3) %!d(string=hai) anos
test d047e2124e 用户鉴权服务 %!s(int64=4) %!d(string=hai) anos
.autod.conf.js d047e2124e 用户鉴权服务 %!s(int64=4) %!d(string=hai) anos
.eslintignore d047e2124e 用户鉴权服务 %!s(int64=4) %!d(string=hai) anos
.eslintrc d047e2124e 用户鉴权服务 %!s(int64=4) %!d(string=hai) anos
.gitignore d047e2124e 用户鉴权服务 %!s(int64=4) %!d(string=hai) anos
.travis.yml 083466aee9 用户登录权限 %!s(int64=4) %!d(string=hai) anos
README.md ded8aef591 first commit %!s(int64=4) %!d(string=hai) anos
appveyor.yml 083466aee9 用户登录权限 %!s(int64=4) %!d(string=hai) anos
ecosystem.config.js 083466aee9 用户登录权限 %!s(int64=4) %!d(string=hai) anos
package.json 083466aee9 用户登录权限 %!s(int64=4) %!d(string=hai) anos
server.js 083466aee9 用户登录权限 %!s(int64=4) %!d(string=hai) anos

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.