Seth-McKilla / ai-crossword

Crossword generator powered by OpenAI.
https://ai-crossword.vercel.app
2 stars 1 forks source link

Add authentication #3

Open Seth-McKilla opened 1 year ago

Seth-McKilla commented 1 year ago

Setup user authentication consisting of the following:

  1. Passwordless email sign-in with next-auth
  2. MongoDB database for storing user information (use MongoDB next-auth adapter with jwt session strategy)