Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 876 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 876 Bytes

oauth.2

This is an Oauth 2 implementation using Node.js and Mongodb. Implemeation would be improved supporting all kinds of grant types. To make it work, you need a Mongodb instance.

Steps to Install

  • Clone the project
  • Go to Home directory of project and run
    • npm install
  • Start the App
    • npm start

Curl to test it