Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
/ oauth2-server-pg Public archive

PostgreSQL and Express powered OAuth 2.0 server

License

Notifications You must be signed in to change notification settings

npm/oauth2-server-pg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oauth2-server-pg

Build Status Coverage Status NPM version

A PostgreSQL OAuth 2.0 Server.

Usage

starting server:

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

generating a client:

POST /client

generating a token:

POST /client/:client_id/token

Development and Testing

For convenience, this project can leverage Docker to run Postgres for you. If you have Docker installed (and the daemon running), then a Postgres db will automatically be created and destroyed when running tests via npm test. If you don't have Docker installed, you will need to run Postgres manually before testing.

When developing and testing locally (outside of just running npm t) with Docker installed, you can use the following npm run scripts for convenience:

  • npm run pg-test: Initialize a Postgres db within a Docker container and leave it running
  • npm run psql: Login to the running Postgres container to run some manual queries
  • npm run pg-test-down: Destroy the running Postgres container

License

ISC

About

PostgreSQL and Express powered OAuth 2.0 server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •