From 03bbf6b126d362d02353c24fd40c9ca33c00c474 Mon Sep 17 00:00:00 2001 From: Levi Olson Date: Thu, 10 May 2018 09:06:04 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59db91a..6467a3d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Guardian API Proxy # +# Guardian API Auth Proxy # A single proxy server to authenticate requests to multiple internal APIs. Experimenting with using Node.js as a single point of entry to access internal APIs. The idea being you have _a single_ entry point so APIs can remain inaccessible to the outside world and you only have to edit a single point when making security enhancements. Individual APIs are secured by having to pass a `client_id`, `username`, and `password` along with the request. This is validated early in the request.