saga-login-flow

A login/register flow built with React + Redux Saga

  • 所有者: sotojuan/saga-login-flow
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Saga Login Flow

A login/register flow built with React & Redux Saga

Build Status

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.

All the saga stuff is here. The rest is regular React and Redux!

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.

Thanks

License

MIT © Juan Soto

主要指标

概览
名称与所有者sotojuan/saga-login-flow
主编程语言JavaScript
编程语言JavaScript (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2016-04-15 16:25:29
推送于2017-09-20 12:20:35
最后一次提交2017-09-20 21:20:34
发布数0
用户参与
星数835
关注者数24
派生数169
提交数129
已启用问题?
问题数11
打开的问题数7
拉请求数27
打开的拉请求数0
关闭的拉请求数22
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?