next-auth

Authentication for the Web.

ISC License

Downloads
1M
Stars
22K
Committers
786

Bot releases are visible (Hide)

next-auth -

Published by balazsorban44 over 1 year ago

Bugfixes

  • adapters: Add .js file extension to relative imports (#7856) (1b80a18d)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]

Published by balazsorban44 over 1 year ago

Features

  • providers: Add Descope provider (#7874) (a8dfc8eb)
next-auth -

Published by balazsorban44 over 1 year ago

next-auth -

Published by balazsorban44 over 1 year ago

Bugfixes

  • add .js extension fixes #7826
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • ts: loosen Profile type (8fcd46b0)
next-auth -

Published by balazsorban44 over 1 year ago

Bugfixes

  • build: use correct tsconfig (3285d042)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • client: remove unused declaration (fe442522)
next-auth -

Published by balazsorban44 over 1 year ago

Bugfixes

  • ts: correct user type reference (ef50916e)
next-auth -

Published by balazsorban44 over 1 year ago

Features

  • introduce @auth/supabase-adapter (#7807)
next-auth -

Published by balazsorban44 over 1 year ago

Features

  • introduce @auth/xata-adapter (#7808)
next-auth -

Published by balazsorban44 over 1 year ago

Features

  • introduce @auth/sequelize-adapter (#7806)

Bugfixes

  • use correct import

Other

  • fix version

BREAKING CHANGES

  • If you are coming from the previous adapter, change your package.json:
-  "@next-auth/sequelize-adapter": "0.0.0",
+  "@auth/sequelize-adapter": "0.0.0",

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

Note: This packages is published as ESM-only

next-auth -

Published by balazsorban44 over 1 year ago

Features

  • introduce @auth/pouchdb-adapter (#7805)

BREAKING CHANGES

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

next-auth -

Published by balazsorban44 over 1 year ago

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

next-auth -

Published by balazsorban44 over 1 year ago

Features

  • introduce @auth/firebase-adapter (#7803)

Other

  • reset version

BREAKING CHANGES

  • If you are coming from the previous adapter, change your package.json:
-  "@next-auth/firebase-adapter": "0.0.0",
+  "@auth/firebase-adapter": "0.0.0",

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

Note: This packages is published as ESM-only

next-auth -

Published by balazsorban44 over 1 year ago

Features

  • introduce @auth/fauna-adapter (#7802)

BREAKING CHANGES

  • If you are coming from the previous adapter, change your package.json:
-  "@next-auth/fauna-adapter": "0.0.0",
+  "@auth/fauna-adapter": "0.0.0",

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

Note: This packages is published as ESM-only

next-auth -

Published by balazsorban44 over 1 year 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

next-auth -

Published by balazsorban44 over 1 year ago

Features

  • introduce @auth/dynamodb-adapter (#7793)

BREAKING CHANGES

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

next-auth -

Published by balazsorban44 over 1 year ago

Features

  • introduce @auth/dgraph-adapter (#7792)

BREAKING CHANGES

  • If you are coming from the previous adapter, change your package.json:
-  "@next-auth/dgraph-adapter": "0.0.0",
+  "@auth/dgraph-adapter": "0.0.0",

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

Note: This packages is published as ESM-only

fetch is not polyfilled anymore.

In older Node.js versions, you can use the --experimental-fetch flag, or install undici and add the following line:

globalThis.fetch ??= require("undici").fetch

next-auth -

Published by balazsorban44 over 1 year ago

Features

  • introduce @auth/upstash-redis-adapter (#7791)

BREAKING CHANGES

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

next-auth -

Published by balazsorban44 over 1 year ago

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

Package Rankings
Top 0.76% on Npmjs.org
Related Projects