/provider-node-example

Demo OAuth provider implemented using the OAuth.io Server API with the Node.js SDK

Primary LanguageCSS

OAuth provider example using the OAuth.io Server API with the Node.js SDK

Clone the repository:

$ git clone https://github.com/oauth-io/oauth-provider-sample

Install dependencies using npm

$ npm install

Configure your OAuth.io API Keys

Add your API keys in config.js to link this provider to your OAuth.io account

Compile and run

$ grunt && node app.js