dongheenam / math-test-builder

This is a Next.js app that lets you write math quizzes and tests easily.
https://math-builder.vercel.app
0 stars 0 forks source link

Connect NextAuth #14

Closed dongheenam closed 1 year ago

dongheenam commented 1 year ago

We need to first integrate NextAuth.js into the server-side logic.

Tasks

dongheenam commented 1 year ago

https://github.com/dongheenam/math-test-builder/commit/f08b568cea644fb6b122552ec5fec7781d921f31 Added minimum necessary codes for signin/signout with Azure AD

dongheenam commented 1 year ago

https://github.com/dongheenam/math-test-builder/commit/7edd1cee9798b512bb609cfca00a38813d66a223 Complete integration with Prisma/MongoDB