Secure Your React and Redux App with JWT Authentication
Building an app using Redux and securing it using JWT:
In this tutorial, we’ll explore some of the principles of Redux and look at how to build a simple React application with it. We’ll focus on how to add authentication to our Redux app by allowing users to log in and access secure endpoints from a NodeJS API with JWT authentication.
Not just a decent breakdown on how to add login/logout to a Redux app, but also a pretty good overview of Redux.