ontehfritz / SuperSimpleAuth

WIP Simple Online Authentication and Authorization Micro-Service
https://www.authenticate.technology
4 stars 1 forks source link

Add delegate (proxy) micro service option #36

Open ontehfritz opened 7 years ago

ontehfritz commented 7 years ago

Create a micro service that can be installed and configured on a application server and delegates all request to SuperSimpleAuth. This is a good case for client side operations where you do not want the domain key exposed and header information sniffed for authorization and authentication.

ontehfritz commented 7 years ago

I am leaning to standalone node.js for this service seems like a good fit