Skip to content

A React Higher Order Component (HOC) for handling Authentication and Authorization with Routing and Redux

License

Notifications You must be signed in to change notification settings

mjrussell/redux-auth-wrapper

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date
Jul 10, 2017
Sep 21, 2021
Apr 29, 2022
Oct 17, 2019
Jan 3, 2020
Jan 19, 2016
Jul 4, 2017
Aug 9, 2017
Jan 2, 2020
Jul 4, 2017
Jan 2, 2020
Jan 3, 2020
Jul 4, 2017
Jan 19, 2016
Jan 3, 2020
Jan 28, 2019
Jul 5, 2017
May 10, 2021
Jan 2, 2020
Mar 20, 2022

Repository files navigation

redux-auth-wrapper

npm npm dm Build Status Coverage Status Join the chat at https://gitter.im/mjrussell/redux-auth-wrapper

Decouple your Authentication and Authorization from your components!

npm install --save redux-auth-wrapper

redux-auth-wrapper is a utility library for handling authentication and authorization in react + redux applications.

Read the documentation at https://mjrussell.github.io/redux-auth-wrapper

Version 3

Version 3.x has the same external API as version 2, however it only supports React >= 16.3. It is also tested with react-router v5 and connected-react-router which replaced react-router-redux.

Version 2

Version 2.x is a big internal rewrite! It provides a massive increase in flexibility when using redux-auth-wrapper and also introduces some breaking changes. See the Migration Guide for more details if coming from 1.x. Or check out the Getting Started guide if you've never used redux-auth-wrapper before.

Looking for Version 1.x? You can browse the 1.x README here.

Submitting Issues

Having trouble? First check out the Troubleshooting section of the documentation, and then search the issues, both open and closed for your problem. If you are still having trouble or have a question on using redux-auth-wrapper, please open an issue! You can also ask on the gitter channel.

Examples

Other examples not yet updated to v2: