next-auth
next-auth copied to clipboard
Update import path for AdapterAccountType in Drizzle docs
☕️ Reasoning
Update docs.
🧢 Checklist
- [x] Documentation
- [-] Tests
- [x] Ready to be merged
🎫 Affected issues
📌 Resources
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 |
@tijptjik is attempting to deploy a commit to the authjs Team on Vercel.
A member of the Team first needs to authorize it.
@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"
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?