mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
BREAKING CHANGE: If you are coming from the previous adapter, change your `package.json`: ```diff - "@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.