/authentication-proxy

This repository provides an application that will show an interface to do basic authentication before requests are proxied to another container.

Primary LanguageTypeScriptMIT LicenseMIT

Description

A proxy application that allows you to authenticate requests before proxying to your real applications.

Installation

$ yarn

Running the app

$ yarn start

Using Mongo as persistence layer

create a .env file with the following env variables.

MODE=MONGO
MONGO_DB_URL=<YOUR_MONGO_URL>
MONGO_DB_DATABASE=DB_NAME
MONGO_DB_COLLECTION=COLLECTION_NAME