Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 326 Bytes

File metadata and controls

17 lines (14 loc) · 326 Bytes

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