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

liuyu d047e2124e 用户鉴权服务 %!s(int64=5) %!d(string=hai) anos
.vscode d047e2124e 用户鉴权服务 %!s(int64=5) %!d(string=hai) anos
app d047e2124e 用户鉴权服务 %!s(int64=5) %!d(string=hai) anos
config d047e2124e 用户鉴权服务 %!s(int64=5) %!d(string=hai) anos
test d047e2124e 用户鉴权服务 %!s(int64=5) %!d(string=hai) anos
.autod.conf.js d047e2124e 用户鉴权服务 %!s(int64=5) %!d(string=hai) anos
.eslintignore d047e2124e 用户鉴权服务 %!s(int64=5) %!d(string=hai) anos
.eslintrc d047e2124e 用户鉴权服务 %!s(int64=5) %!d(string=hai) anos
.gitignore d047e2124e 用户鉴权服务 %!s(int64=5) %!d(string=hai) anos
README.md ded8aef591 first commit %!s(int64=5) %!d(string=hai) anos
package.json d047e2124e 用户鉴权服务 %!s(int64=5) %!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.