0.5.1 • Published 8 years ago
react-redux-auth v0.5.1
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}yarnyarn test