react-passport-redux-example
react-passport-redux-example copied to clipboard
Demonstration of PassportJS authentication in React w/ Redux.
hi, i forked the repo lately for a personal use. part of my work was to upgrade the following react packages "react": "16.4.0", "react-dom": "16.4.0", "react-redux": "^5.0.6", "react-router": "^3.0.2", "react-router-redux":...
When I refresh page, the login session is not kept anymore. Is it because I tested it locally without SSL? or Is it intended originally?
First of all this **NOT AN ISSUE** but **a QUESTION**. I tried this example an learn many things as a beginner. Thanks! I want to build a simple app with...