A simple auth middleware server.
Local:
# Configure your env
cp .env.example .env
npm i
npm start
# open localhost:3000
- Variable session storage: memory [for testing], redis, dynamodb
- Automatic AWS request signing if origin is part of the amazonaws.com domain.
- Authenticate using auth0 to access admin rethinkdb dashboard.
- Authenticate using auth0 to access AWS hosted elasticsearch and kibana