hoangvvo / next-connect

The TypeScript-ready, minimal router and middleware layer for Next.js, Micro, Vercel, or Node.js http/http2
https://www.npmjs.com/package/next-connect
MIT License
1.62k stars 65 forks source link

How to use next-connect with nextjs 13 App router and passport? #229

Open blueyestar opened 1 year ago

blueyestar commented 1 year ago

How can I use next-connect with nextjs 13 App router and passport?

I saw next-connect was working with nextjs 12 and passport. https://github.com/vercel/next.js/tree/canary/examples/with-passport-and-next-connect

eric-burel commented 1 year ago

See #228 I am currently trying the same thing, edited the title for searchability