0.5.1 • Published 7 years ago

react-redux-auth v0.5.1

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

react-redux-auth

authentication and authorization for react, redux and react-router 4.x

Build Status XO code style

see tests for examples (to-do)

usage

  • yarn add {this repo}

  • uses redux-pack, so need to follow directions and add middleware

sample configuration

  1. in main entry point (e.g. app/index.js)
    //...
    // this import should happen as early as possible for timing
    import './auth-config'
    //...
  2. ./auth-config.js

    1. auth0: example
    2. hello.js
      1. azure: example
      2. node-oidc-provider: example
      3. keycloak: example
        1. configuration notes

development

  1. git clone {this repo}
  2. cd {this repo name}
  3. yarn
  4. yarn test
0.5.1

7 years ago

0.5.0

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago