How to use the next-session.withSession function in next-session

To help you get started, we’ve selected a few next-session examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github hoangvvo / nextjs-mongodb-app / middlewares / withSession.js View on Github external
export default handler => withSession(handler, {
  store: new MongoStore({ url: process.env.MONGODB_URI }),
});

next-session

Simple promise-based session for Next.js

MIT
Latest version published 2 years ago

Package Health Score

51 / 100
Full package analysis

Popular next-session functions