Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 469 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 469 Bytes

Auth

A simple auth middleware server.

Usage

Local:

# Configure your env
cp .env.example .env
npm i
npm start
# open localhost:3000

Features

  • Variable session storage: memory [for testing], redis, dynamodb
  • Automatic AWS request signing if origin is part of the amazonaws.com domain.

Example use case

  • Authenticate using auth0 to access admin rethinkdb dashboard.
  • Authenticate using auth0 to access AWS hosted elasticsearch and kibana