caiya / eggjs-oAuth2-client

oAuth2 客户端调用示例,配合eggjs-oAuth2-server一起使用

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eggjs-oAuth-client

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.

About

oAuth2 客户端调用示例,配合eggjs-oAuth2-server一起使用


Languages

Language:JavaScript 87.7%Language:HTML 12.3%