Browse Source

Update README.md

master
Levi Olson 6 years ago
committed by GitHub
parent
commit
03bbf6b126
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -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.

Loading…
Cancel
Save