Files
archived-next-auth/.github/workflows
Balázs Orbán 0cb7fd2e7c feat: introduce @auth/typeorm-adapter (#7706)
BREAKING CHANGE:
If you are coming from the previous adapter, change your `package.json`:

```diff
-  "@next-auth/typeorm-legacy-adapter": "0.0.0",
+  "@auth/typeorm-adapter": "0.0.0",
```

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

**Note:** This packages is published as ESM-only
2023-06-01 17:52:11 +01:00
..
2022-12-06 12:21:42 +01:00
2022-12-06 12:21:42 +01:00
2023-01-07 09:50:12 +01:00