bernabe9 / redux-react-session

:key: Simple Session API storage for Redux and React
https://bernabe9.github.io/redux-react-session/
147 stars 41 forks source link

Unexpected behavior when user data is too big #62

Open martinjaimem opened 4 years ago

martinjaimem commented 4 years ago

When the user data is too big, Cookies.set(_constants.USER_DATA, user, { expires: instance.expires })) fails silently, the proper error should be raised