Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ExpressJS アプリで connect-mongo を使用しています。
app.use(express.session({ secret: 'some string', store: new MongoStore({ db: mongoose.connection.db }) }));
アプリケーションを安全にするためのセッションの他のオプションは何ですか? 私は使用していませんhttps。
https