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 Juan Soto's saga-login-flow which is based on Max Stoiber's login-flow, but uses Redux Saga instead of Redux Thunk to handle asynchronous actions.
All the saga stuff is here. The rest is regular React and Redux!
The rest is a migration from Juan's, away from a typical username/password login toward a Solid WebID based login.
- Juan Soto for the vast majority of this code to date!
- Max Stoiber for the Login Flow idea.
- Yassine Elouafi for Redux Saga. Awesome!
MIT © Seann Ives