cfbarbero / node-oauth-server-v2

A node.js oauth2 Authorization Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-oauth-server-v2

A node.js oauth2 Authorization Server

When running this locally it will use dynamo-local.
You can change this in the default config:

   aws:{
      "region": "us-east-1",
      "dynamodb":{
        "local": true
      }
    }

Deploy

This is currently setup using elastic beanstalk. To deploy an update

eb deploy

Note

bcrypt is used for password/secret hashing. Make sure you have the latest version of NPM installed or you may run into issues. To build in windows: *https://github.com/nodejs/node-gyp#user-content-installation

*npm -g install npm@latest

About

A node.js oauth2 Authorization Server


Languages

Language:JavaScript 100.0%