next-auth

Authentication for the Web.

ISC License

Downloads
1M
Stars
22K
Committers
786

Bot releases are visible (Hide)

next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@next-auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • adapter: improve Adapter docs, add runtime assertions (#6877) (7462e797)
  • docs: add docs to source code (#6870) (5cb8dd5f)

Other

  • adapters: source content + overview (#7023) (1d9b9ba4)
  • dynamodb: move content to source (#6903) (bce6b00c)
  • unify adapters (#7013)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@next-auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • adapter: improve Adapter docs, add runtime assertions (#6877) (7462e797)

Other

  • adapters: source content + overview (#7023) (1d9b9ba4)
  • unify adapters (#7013)
next-auth -

Published by balazsorban44 over 1 year ago

Bugfixes

  • ts: revert session callback type changes (#7136) (ec8a3430)
next-auth -

Published by balazsorban44 over 1 year ago

Features

  • make it possible to update the session (#7056)

Bugfixes

  • oauth: allow jwks_uri to be set for non-wellKnown (#7014) (8aa17896)
  • providers: add types for yandex provider (#7073) (86d031fa)
  • ts: mark id in updateUser as always defined (319f2ce1)
  • revert #6814 (#7125)

Other

  • release with declaration maps
  • fix tests
  • correct ts import
next-auth - [email protected]

Published by balazsorban44 over 1 year ago

next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]

Published by balazsorban44 over 1 year ago

Features

  • sveltekit: allow dynamic authOptions (#6744) (2534ae88)

Other

  • sveltekit: Write the explicit file to update in sveltekit (#6846) (14a12027)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • providers: add default user agent for GitHub (#6742) (c49f4847)
  • JWT maxAge default to Session maxAge value (#6829)
next-auth - [email protected]

Published by balazsorban44 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/[email protected]@4.20.0

next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]

Published by balazsorban44 over 1 year ago

Features

  • providers: add Beyond Identity Provider (#6013) (99ac4899)

Bugfixes

  • providers: document Azure AD B2C (4079274a)
  • providers: update Foursquare API version (#6620) (28ae5d46)
  • ts: fix typo in JSDoc (3c0475ac)
  • ts: use default exports for all providers uniformly (b9116709)
  • ts: correct credentials types in authorize callback (#6648) (d7229622)
  • claims being serialized multiple times over (#6781)
  • compatibility with edge runtimes (#6739)
  • address typos (#6701)

Other

  • fix import
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • address typos (#6701)
  • multiple set-cookie headers (#6749)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@next-auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • adapters: comply to Node.js native ESM resolver (#6753) (331e0ce5)
  • correct package name
  • address typos (#6701)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@next-auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • address typos (#6701)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@next-auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • address typos (#6701)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@next-auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • address typos (#6701)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@next-auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • address typos (#6701)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • address typos (#6701)

Other

  • add missing angle bracket in package.json contributors (#6698)
next-auth -

Published by balazsorban44 over 1 year ago

Features

  • drop crypto dependency, convert to ESM (#6603)

BREAKING CHANGES

  • This package now only ships ESM, as all maintained Node.js versions have native support
  • Dropped the crypto Node.js import in favor of uuid. When globalThis.crypto is the default in the future, we can remove uuid again

Note: Version 2.x was skipped by accident, because of an erroneous publish which we could not revert. Instead of introducing 2.0.1, our release bot published 3.0.0 instead. It should hopefully not cause any issues other than you have to bump 2 major versions. 😁

next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]

Published by balazsorban44 over 1 year ago

Features

  • providers: add Notion provider (#6567) (a5e0db4b)

Bugfixes

  • core: correct docs link (#6446) (1bde7cc8)
  • core: avoid circular dependency (c0dea283)
  • core: don't lock nodemailer version as peer dependency (0204766e)
  • ts: mark options provider config option internal (#6564) (3f89e668)
  • publish .d.ts.map, add experimental warning
  • typo in log message (#6569)
  • comment Discord profile, fix @auth/sveltekit build on Windows (#6550)
  • don't add /error to url pathname when email verification is successful (#6492)

Other

  • core: cleanup (681d53c2)
  • api reference restructure (#6608)
  • fix typo
  • generate oauth-types on build
next-auth -

Published by balazsorban44 over 1 year ago

Features

  • adapters: move to firebase-admin in Firebase Adapter (#6225) (4258857e)

Bugfixes

  • adapters: allow already initialized firebase app 🐛 (#6230) (a336ba76)

BREAKING CHANGES

  • This package now only ships ESM, as all maintained Node.js versions have native support
  • The adapter now expects firebase-admin instead of the firebase package and also supports either passing a config object or a firestore instance.
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • comment Discord profile, fix @auth/sveltekit build on Windows (#6550)

Other

  • api reference restructure (#6608)
Package Rankings
Top 0.76% on Npmjs.org
Related Projects