Features
- introduce
@auth/neo4j-adapter
(#7804)
BREAKING CHANGES
- If you are coming from the previous adapter, change your
package.json
:
- "@next-auth/neo4j-adapter": "0.0.0",
+ "@auth/neo4j-adapter": "0.0.0",
And run npm install
, yarn install
or pnpm install
respectively.
Note: This packages is published as ESM-only
This package assumes that globalThis.crypto
is available.
In older Node.js versions, you can polyfill by adding:
globalThis.crypto ??= require("node:crypto").webcrypto