Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

flamestro/authentication-proxy

Repository files navigation

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

About

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

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors