/oauth2-server-pg

PostgreSQL and Express powered OAuth 2.0 server

Primary LanguageJavaScriptISC LicenseISC

oauth2-server-pg

Build Status Coverage Status NPM version

A PostgreSQL OAuth 2.0 Server.

WARNING: This code is old and unmaintained. If it is useful, it would need to be updated to work with current nodejs, python and postgres.

Usage

installation:

command -v python || echo "Please install python version 2.7 (yes, this is old)"

echo "Warning - This is only known to work with something like node 7.  The dependencies will probably have to be bumped a lot."

npm install

starting server:

./bin/oauth2-server-pg.js start --help

generating a client:

./bin/oauth2-server-pg.js generate-client --help

License

ISC