@watchmen/react-redux-auth
v2.3.3
Published
authentication and authorization for react, redux and react-router 4.x
Downloads
9
Readme
react-redux-auth
authentication and authorization for react, redux and react-router 4.x
see tests for examples (to-do)
usage
yarn add {this repo}
uses redux-pack, so need to follow directions and add middleware
sample configuration
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
development
git clone {this repo}
cd {this repo name}
yarn
yarn test