All Projects → mjrussell → Redux Auth Wrapper

mjrussell / Redux Auth Wrapper

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Redux Auth Wrapper

Go Postgres Jwt React Starter
A go, gin, and postgres API with jwt auth, complete with a react frontend
Stars: ✭ 115 (-94.71%)
Mutual labels:  authentication, react-router
React Router Breadcrumbs Hoc
tiny, flexible, HOC for rendering route breadcrumbs with react-router v4 & 5
Stars: ✭ 276 (-87.31%)
Mutual labels:  hoc, react-router
Spotify Clone Client
A ReactJS clone application of the popular Spotify music streaming service. This application utilizes the Spotify API and the Spotify Web Playback SDK
Stars: ✭ 162 (-92.55%)
Mutual labels:  authentication, react-router
Spring Security React Ant Design Polls App
Full Stack Polls App built using Spring Boot, Spring Security, JWT, React, and Ant Design
Stars: ✭ 1,336 (-38.57%)
Mutual labels:  authentication, react-router
React Firestore Authentication
🔥Boilerplate Project for Authentication with Firestore in React.
Stars: ✭ 165 (-92.41%)
Mutual labels:  authentication, react-router
Okta Spring Boot React Crud Example
Simple CRUD with React and Spring Boot 2.0
Stars: ✭ 176 (-91.91%)
Mutual labels:  authentication
Security
🔑 Provides authentication, authorization and a role-based access control management via ACL (Access Control List)
Stars: ✭ 180 (-91.72%)
Mutual labels:  authentication
Bottle Cork
Authentication module for the Bottle and Flask web frameworks
Stars: ✭ 174 (-92%)
Mutual labels:  authentication
Multiotp
multiOTP open source strong two factor authentication PHP library, OATH certified, with TOTP, HOTP, Mobile-OTP, YubiKey, SMS, QRcode provisioning, etc.
Stars: ✭ 173 (-92.05%)
Mutual labels:  authentication
Node Instagram
Instagram api client for node that support promises.
Stars: ✭ 185 (-91.49%)
Mutual labels:  authentication
Remora
Kafka consumer lag-checking application for monitoring, written in Scala and Akka HTTP; a wrap around the Kafka consumer group command. Integrations with Cloudwatch and Datadog. Authentication recently added
Stars: ✭ 183 (-91.59%)
Mutual labels:  authentication
Hwioauthbundle
OAuth client integration for Symfony. Supports both OAuth1.0a and OAuth2.
Stars: ✭ 2,150 (-1.15%)
Mutual labels:  authentication
Java Webauthn Server
Server-side Web Authentication library for Java https://www.w3.org/TR/webauthn/#rp-operations
Stars: ✭ 175 (-91.95%)
Mutual labels:  authentication
Huge
Simple user-authentication solution, embedded into a small framework.
Stars: ✭ 2,125 (-2.3%)
Mutual labels:  authentication
Supertokens Core
Open source alternative to Auth0 / Firebase Auth / AWS Cognito
Stars: ✭ 2,907 (+33.66%)
Mutual labels:  authentication
Todo Redux Saga
Todo app with Create-React-App • React-Redux • Redux-Saga • Firebase • OAuth
Stars: ✭ 184 (-91.54%)
Mutual labels:  react-router
Memos
React+React-router+redux+redux-thunk+less+es6实现的简易备忘录,在线demo地址:
Stars: ✭ 174 (-92%)
Mutual labels:  react-router
Slim Born
Slim Framework 3 and 4 skeleton application has authentication MVC construction.
Stars: ✭ 179 (-91.77%)
Mutual labels:  authentication
React Pages
A complete solution for building a React/Redux application: routing, page preloading, (optional) server-side rendering, asynchronous HTTP requests, document metadata, etc.
Stars: ✭ 182 (-91.63%)
Mutual labels:  react-router
Node Redux Auth
Token authentication system using Node, Mongo, React, Redux
Stars: ✭ 179 (-91.77%)
Mutual labels:  authentication

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].