FuBoTeam / fubo-flea-market

For Company flea market
http://flea.fubotech.com.tw/
MIT License
3 stars 1 forks source link

Redux-auth related issues #22

Closed ben196888 closed 7 years ago

ben196888 commented 7 years ago

Redux-auth

Redirect after login

Should handle redirect after login

Authentication transmission

We transmission authentication state into Header component. But the component doesn't update after login

ben196888 commented 7 years ago

We applied graphql middleware instead of relay to solve authentication information transmission problem. #26

ben196888 commented 7 years ago

The authentication state wrapped in HeaderContainer. Add next function in Login and Logout component.