Keeps client secret and exchanges authorization codes to authorization tokens. Implements redirection endpoint in OAuth 2.0 Code Grant.
To start application locally, run npm start
script.
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.
See ENVIRONMENT.md.