项目作者: kashyaparjun

项目描述 :
OAuth2 Server to generate Tokens, authorise and authenticate
高级语言: JavaScript
项目地址: git://github.com/kashyaparjun/OAuth2NodeJS.git
创建时间: 2017-10-25T08:09:50Z
项目社区:https://github.com/kashyaparjun/OAuth2NodeJS

开源协议:

下载


OAuth2NodeJS

First Run
npm push, this will push the required credentials in seed.js to the mongodb
Then,
do, npm start

Using Postman:
Use Header:
Content-Type: application/x-www-form-urlencoded

Use Body:
username: monkey@monkey.com
password: test
client_id: papers3
client_secret: 123
grant_type: password