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.
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
ISC