Skip to content

Releases: nextauthjs/next-auth

@next-auth/neo4j-adapter@v1.0.4

21 Jul 14:28
Compare
Choose a tag to compare

Bugfixes

  • adapters: set correct peer dependency version of next-auth (#4950) (c57d8c9)

@next-auth/mongodb-adapter@v1.0.4

21 Jul 14:28
Compare
Choose a tag to compare

Bugfixes

  • adapters: set correct peer dependency version of next-auth (#4950) (c57d8c9)

@next-auth/firebase-adapter@v1.0.1

21 Jul 14:28
Compare
Choose a tag to compare

Bugfixes

  • adapters: set correct peer dependency version of next-auth (#4950) (c57d8c9)

@next-auth/fauna-adapter@v1.0.4

21 Jul 14:28
Compare
Choose a tag to compare

Bugfixes

  • adapters: set correct peer dependency version of next-auth (#4950) (c57d8c9)

@next-auth/dynamodb-adapter@v1.0.4

21 Jul 14:27
Compare
Choose a tag to compare

Bugfixes

  • adapters: set correct peer dependency version of next-auth (#4950) (c57d8c9)

@next-auth/dgraph-adapter@v1.0.4

21 Jul 14:27
Compare
Choose a tag to compare

Bugfixes

  • adapters: set correct peer dependency version of next-auth (#4950) (c57d8c9)

next-auth@v4.10.1

19 Jul 15:02
Compare
Choose a tag to compare

Bugfixes

  • providers: migrate GitLab provider to TS (#4929) (2725d07)
  • providers: allow issuer in Azure AD B2C (042955e)
  • providers: typo in GitHub provider scope (#4938) (bb664a2)
  • ts: remove TS workaround for withAuth (#4926) (46eedee)
  • ts: handleMiddleware return type can be NextMiddlewareResult (#4818) (8853000)

Other

  • ts: explicitly set next path in next-auth (fb60554)
  • revert type assertion
  • add Thang to contributor (#4944)
  • add TODO comment for next major version

next-auth@v4.10.0

13 Jul 12:14
Compare
Choose a tag to compare

Features

Bugfixes

  • middleware: allow secret as option in Middleware (#4846) (c59a4e0)
  • providers: fix VK provider and convert to TS (#3709) (cdf467e)
  • ts: use correct type for nodemailer config in the EmailProvider (#4097) (1b91282)
  • ts: typo in Azure Active Directory Provider (#4895) (af3c2dd)
  • ts: make colorScheme optional (#4868) (c1f7ce3)

Other

  • providers: convert GitHub provider to TypeScript (#4908) (3666e43)
  • update Next.js example, bump dependencies

@next-auth/typeorm-legacy-adapter@v2.0.0

Features

BREAKING CHANGES

  • typeorm is still in active development and has not yet published a stable release. Because of this, you can expect breaking changes in minor versions. This release of the adapter expects typeorm@0.3.7 and is not validated against previous or future releases.

Run npm i typeorm@latest and make sure to read the release notes for breaking changes in TypeORM

@next-auth/sequelize-adapter@v1.0.5

Bugfixes

  • adapters: use correct peer dependency in Sequelize adapter (#4880) (709edc5)