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

Readme

Keywords

none

Package Sidebar

Install

npm i react-redux-auth

Weekly Downloads

11

Version

0.5.1

License

ISC

Last publish

Collaborators

  • tony-kerz