Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 518 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 518 Bytes

Gatekeeper

Keeps client secret and exchanges authorization codes to authorization tokens. Implements redirection endpoint in OAuth 2.0 Code Grant.

Running locally

To start application locally, run npm start script.

Release

To build Docker image for application, run npm run image:build script.

Application Docker image can be published to registry with npm run image:push script.

Environment variables

See ENVIRONMENT.md.