kilkelly / react-passport-redux-example

Demonstration of PassportJS authentication in React w/ Redux.
MIT License
66 stars 12 forks source link

How do I keep login? #5

Open bexoss opened 6 years ago

bexoss commented 6 years ago

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?

kilkelly commented 6 years ago

Hi @bexoss did you try viewing your cookie storage through the Developer Tools in your browser? It's been quite a while since I uploaded this repo and without a running MongoDB instance on my current machine I can't check the functionality. If I had to guess it would be that it was intended originally.