strongloop / loopback-example-passport

LoopBack example for facebook login
Other
185 stars 134 forks source link

Potential Memory Leak Issue #45

Closed bstar closed 7 years ago

bstar commented 9 years ago

I'm getting this warning in my logs:

Warning: connect.session() MemoryStore is not designed for a production environment

This stack overflow issue seems to suggest that this is indeed a problem: http://stackoverflow.com/questions/10760620/using-memorystore-in-production

tconroy commented 8 years ago

I was under the impression memoryStore was just for dev purposes, and you'd want to plugin some sort of db schema (mongo, etc.) for actual production usage. Please correct me if I'm wrong though :)