Skip to content

carloscuatin/saga-login-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saga Login Flow

A login/register flow built with React & Redux Saga

This application demonstrates what a React-based register/login workflow might look like with Redux Saga.

It's based on Max Stoiber's login-flow, but uses Redux Saga instead of Redux Thunk to handle asynchronous actions.

Authentication

Authentication happens in app/auth/index.js, using fakeRequest.js and fakeServer.js. fakeRequest is a fake XMLHttpRequest wrapper. fakeServer responds to the fake HTTP requests and pretends to be a real server, storing the current users in local storage with the passwords encrypted using bcrypt.

License

MIT © Juan Soto

About

A login/register flow built with React + Redux Saga

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published