cornflourblue / react-redux-registration-login-example

React + Redux - User Registration and Login Tutorial & Example
https://jasonwatmore.com/post/2017/09/16/react-redux-user-registration-and-login-tutorial-example
MIT License
1.19k stars 760 forks source link

How to get isAuthenticated info and the user ? #21

Open Louvivien opened 4 years ago

Louvivien commented 4 years ago

Hello, I have this system and it works well thank you. Then I have added some other pages and I don't know how to get the isAuthenticated status and the connected user. Is there a way to do that? Thanks