简体   繁体   中英

Use express-session with NextJS

I'm in the middle of making a login system, with nextJS, and Mysql. I wanted to use sessions to login the user, but don't know how to combine express-session with NextJS . My question is, can express-session be used with NextJS , if so how?

Express-Session is a middleware for Express (it runs on the Express server.)

The best you can do is serve your NextJS application through the Express app, and use the Middleware to handle sessions.

Hope this helps:D

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM