react-redux-auth

0.5.1 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.5.10latest

Version History

VersionDownloads (Last 7 Days)Published
0.5.10
0.5.00
0.3.50
0.3.40
0.3.30
0.2.20
0.2.10
0.2.00
0.1.13
0.1.00
0.0.10

Package Sidebar

Install

npm i react-redux-auth

Weekly Downloads

3

Version

0.5.1

License

ISC

Last publish

Collaborators

  • tony-kerz