github nextauthjs/next-auth @auth/prisma-adapter@1.0.0

latest releases: next-auth@5.0.0-beta.18, @auth/azure-tables-adapter@1.1.0, @auth/d1-adapter@1.1.0...
11 months ago

Features

  • introduce @auth/prisma-adapter (#7703)

BREAKING CHANGES

  • If you are coming from the previous adapter, change your package.json:
-  "@next-auth/prisma-adapter": "0.0.0",
+  "@auth/prisma-adapter": "0.0.0",

And run npm install, yarn install or pnpm install respectively.

Note: This packages is published as ESM-only.

Documentation is at https://authjs.dev/reference/adapter/prisma

Don't miss a new next-auth release

NewReleases is sending notifications on new releases.