Can you use express-session package to manage sessions in a nextjs app or is it purely for express apps?
CodePudding user response:
The answer is yes. You can express middleware modules in next-connect and they should work just fine.
Can you use express-session package to manage sessions in a nextjs app or is it purely for express apps?
CodePudding user response:
The answer is yes. You can express middleware modules in next-connect and they should work just fine.