next-auth icon indicating copy to clipboard operation
next-auth copied to clipboard

Add In-Depth Explanation for Database Adapter Models

Open User5842 opened this issue 4 months ago • 1 comments

What is the improvement or update you wish to see?

I'd like to see a more in-depth explanation of the models used for the database adapters. I don't want to speak for everyone else, but I am curious if most of us simply copy the models, paste them into our code base, and forget about them. That's great for quick prototyping and getting things up and running, but I'd like to understand why those models are used, why they are necessary, why the specific data types and relations were chosen, etc. Either way, Auth.js is a fantastic tool, and I am excited about its future. Thanks!

Is there any context that might help us understand?

I don't have anything extra to add. I hope the above was clear enough, but I would happily add more if the team needs it; thank you.

Does the docs page already exist? Please link to it.

https://authjs.dev/getting-started/adapters/prisma

User5842 avatar Oct 10 '24 15:10 User5842