I'm wandering how to store user information after login?
Is it a good idea to store all the information in local storage or in redux store?
After successful login API return me a large object with user role and permission along with some other information.
I'm new in react-redux please help!
Thanks!