Skip to content

Conversation

@Akhilkumar272002
Copy link

//session store value MongoStore update working perfectely
//session for passport
app.use(
session({
secret: "story book",
resave: false,
saveUninitialized: false,
store: new MongoStore({
mongoUrl: mongoose.connection._connectionString,
mongoOptions: {},
}),
})
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant