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

lrf402788946 ad85227e8f wxlogin il y a 5 ans
.vscode 083466aee9 用户登录权限 il y a 5 ans
app ad85227e8f wxlogin il y a 5 ans
config 0de6581c50 hh il y a 5 ans
test d047e2124e 用户鉴权服务 il y a 5 ans
.autod.conf.js d047e2124e 用户鉴权服务 il y a 5 ans
.eslintignore d047e2124e 用户鉴权服务 il y a 5 ans
.eslintrc d047e2124e 用户鉴权服务 il y a 5 ans
.gitignore d047e2124e 用户鉴权服务 il y a 5 ans
.travis.yml 083466aee9 用户登录权限 il y a 5 ans
README.md ded8aef591 first commit il y a 5 ans
appveyor.yml 083466aee9 用户登录权限 il y a 5 ans
ecosystem.config.js 083466aee9 用户登录权限 il y a 5 ans
package.json 083466aee9 用户登录权限 il y a 5 ans
server.js 083466aee9 用户登录权限 il y a 5 ans

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.