authentication and authorization for react, redux and react-router 4.x
npm install @watchmen/react-redux-authauthentication and authorization for react, redux and react-router 4.x




> see tests for examples (to-do)
* yarn add {this repo}
* uses redux-pack, so need to follow directions and add middleware
1. in main entry point (e.g. app/index.js)
```
//...
// this import should happen as early as possible for timing
import './auth-config'
//...
./auth-config.js
1.
1. auth0: example
1. hello.js
1. azure: example
1. node-oidc-provider: example
1. keycloak: example
1. configuration notes
1. proxy: example
1. git clone {this repo}cd {this repo name}
1. yarn
1. yarn test`
1.