react-passport-redux-example icon indicating copy to clipboard operation
react-passport-redux-example copied to clipboard

Demonstration of PassportJS authentication in React w/ Redux.

Results 3 react-passport-redux-example issues
Sort by recently updated
recently updated
newest added

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...

question