Features
- introduce
@auth/mongodb-adapter
(#7790)
Other
- reset
@auth/mongodb-adapter
version
BREAKING CHANGES
- If you are coming from the previous adapter, change your
package.json
:
- "@next-auth/mongodb-adapter": "0.0.0",
+ "@auth/mongodb-adapter": "0.0.0",
And run npm install
, yarn install
or pnpm install
respectively.
Note: This packages is published as ESM-only