Example Usage
Props
object ExpressSessionStoreModule
required
Express.js session store module, for example ‘session-file-store’, or
‘connect-mongodb-session’, etc.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Store your session and keep you from logging in every time.
new DBD.Dashboard({
sessionStore: Object<ExpressSessionStoreModule>,
});
new DBD.Dashboard({
sessionStore: expressSessionStore,
});
Was this page helpful?