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

Update import path for AdapterAccountType in Drizzle docs

Open tijptjik opened this issue 1 year ago • 2 comments

☕️ Reasoning

Update docs.

🧢 Checklist

  • [x] Documentation
  • [-] Tests
  • [x] Ready to be merged

🎫 Affected issues

📌 Resources

tijptjik avatar Aug 26 '24 08:08 tijptjik

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
auth-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 26, 2024 8:44am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
next-auth-docs ⬜️ Ignored (Inspect) Visit Preview Aug 26, 2024 8:44am

vercel[bot] avatar Aug 26 '24 08:08 vercel[bot]

@tijptjik is attempting to deploy a commit to the authjs Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Aug 26 '24 08:08 vercel[bot]

@auth/core should never have to be installed by end users. The docs saying next-auth/* are just an example, users of @auth/sveltekit for example should use:

import type { AdapterAccountType } from "@auth/sveltekit/adapters"

ndom91 avatar Aug 28 '24 19:08 ndom91

Something not right here.

So if I'm using drizzle with nextjs, I need to install next-auth in my db package?

I thought it should at least come from the drizzle adapter?

shawnmclean avatar Oct 25 '24 19:10 shawnmclean