DEV Community

Discussion on: User Authentication with Next.js

Collapse
 
helloitsm3 profile image
Sean

Good job on the tutorial. It really helped me to better understand how to do authentication in Nextjs when deploying to Now v2. I recently started a NextJS project and implemented Express as my backend to do user authentication, however, I only found out that it's not supported in Now v2 and have to re-write the code.