Add next-auth

This commit is contained in:
Liam
2022-11-13 19:37:29 +00:00
parent 23582c73ac
commit cc80b7a80e
15 changed files with 6903 additions and 661 deletions

5
src/pages/api/hello.js Normal file
View File

@ -0,0 +1,5 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
export default function handler(req, res) {
res.status(200).json({ name: 'John Doe' })
}