## auth-poc

Testing authentication w/ `ows-users` via OAuth.

### Setup

#### Install Dependencies

    yarn install
    
#### Get `.env` Set Up

Copy `.env` from `.env.prod.shadow`:

    cp .env.prod.shadow .env

or from `.env.qa.shadow`:
    
    cp.env.qa.shadow .env

### Run

    yarn start
