github nextauthjs/next-auth @auth/mikro-orm-adapter@1.0.0

latest releases: next-auth@5.0.0-beta.21, @auth/azure-tables-adapter@1.5.0, @auth/d1-adapter@1.5.0...
15 months ago

Features

  • introduce @auth/mikro-orm-adapter (#7794)

BREAKING CHANGES

  • If you are coming from the previous adapter, change your package.json:
-  "@next-auth/mikro-orm-adapter": "0.0.0",
+  "@auth/mikro-orm-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

Don't miss a new next-auth release

NewReleases is sending notifications on new releases.