Skip to content

WooodHead/redux-sagas-authentication-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.5%
  • CSS 6.7%
  • HTML 2.8%