Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 452 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 452 Bytes

Express authentication proxy

An express server acting as a proxy to authenticate requests. The proxy will forward all requests to TARGET in .env if the user is authenticated. If the user is not authenticated, a redirect to /login is made.

Get started

To run the server in development mode, nun npm install && npm run dev. When the server starts, a database is created and a default user is added, check .env for details about the user.