React and Redux Sagas Authentication App
This repo is an example application that documents and walks through a complete Signup, Login and Protected resource flow using the following:
- Redux
- Redux Saga
- Redux Form
- React Router
The full overviews can be found here:
React and Redux Sagas Authentication App Tutorial
React and Redux Sagas Authentication App Tutorial Part 2
React and Redux Sagas Authentication App Tutorial Part 3
The api being used with it can be found here:
https://github.com/jcolemorrison/strongloop-automigration-demo
The guide associated with creating that can be found here:
Authorized Resources and Database Migrations with Strongloop's Loopback
To start it up:
a) Git clone it
b) yarn
or npm i
to install dependencies
c) yarn start