next-auth

Authentication for the Web.

ISC License

Downloads
1M
Stars
22K
Committers
786

Bot releases are hidden (Show)

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

Published by balazsorban44 over 1 year ago

Bugfixes

  • client: respect { redirect: true } in signIn() (#7775) (2f35daae)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • sort chunked session cookies (#7736)
next-auth -

Published by balazsorban44 over 1 year ago

Features

  • introduce @auth/typeorm-adapter (#7706)

Other

  • drop Legacy from naming everywhere

BREAKING CHANGES

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

And imports like so:

- import { TypeORMLegacyAdapter } from "@next-auth/typeorm-legacy-adapter"
+ import { TypeORMAdapter } from "@auth/typeorm-adapter"

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

Note: This packages is published as ESM-only

Documentation is at https://authjs.dev/reference/adapter/typeorm

next-auth -

Published by balazsorban44 over 1 year ago

Features

  • introduce @auth/prisma-adapter (#7703)

BREAKING CHANGES

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

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

Note: This packages is published as ESM-only.

Documentation is at https://authjs.dev/reference/adapter/prisma

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

Published by balazsorban44 over 1 year ago

Bugfixes

  • docs: update code example (37bb6ebd)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]

Published by balazsorban44 over 1 year ago

Features

  • adapters: add Account mapping before database write (#7369) (7c1078b9)
  • allow empty account mapper
  • add update session to core (#7505)

Bugfixes

  • loosen profile types
  • allow handling OAuth callback error response

Other

  • revert picture to image
  • type fixes
  • fix default maxAge formula (#7406)
  • improve errors, add more docs (#7415)
  • reduce breaking changes on Account mapping
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@next-auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • docs: remove extra heading (bd20d750)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@next-auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • adapters: allow neo4j-driver@5 as a peer dependency (#7392) (2313ef63)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • docs: document Callback URL for every provider (523fcbab)
  • docs: move provider docs to source code (#7275) (443bfd6c)
  • ts: support moduleResolution node16 and nodenext (#7351) (#7374) (807d5d79)

Other

  • bump react types
  • fix link (#7334)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]

Published by balazsorban44 over 1 year ago

Features

  • redirect proxy (#7326)

Bugfixes

  • consume nonce exactly once (#7327)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@next-auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • adapters: correct peer dependency (#7310) (51750e1a)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • clarify unknown action error

Other

  • cleanup todos, format
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • detect origin when instanceof Request check fails (#7303)

Other

  • provider: added svg for Reddit (#7050) (b4810480)
  • repo: add FusionAuth to README supporters (#6883) (a220245d)
  • fix "Contributing guide" link (#7279)
  • move next-auth from v4 to main (#7265)
  • Add Permit.io Bronze Sponsor (#7008)
  • update README sponsors - fusionauth level (#6892)
  • Remove --save from install command (#7277)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@auth/[email protected]

Published by balazsorban44 over 1 year ago

Features

  • misc improvements (#7228)

Bugfixes

  • adapter: improve Adapter docs, add runtime assertions (#6612) (36286b1f)
  • docs: fix broken links links (#7083) (b02057a7)
  • providers: fix type definition and docs for yandex (#7170) (5f1b75a7)
  • providers: Use the proper check for Reddit (#7224) (71bb6f25)
  • providers: mention Email Address as required for Azure B2C (400da8c7)
  • providers: update Yandex to TypeScript (#7054) (d7888263)
  • make nonce work correctly (#6998)

Other

  • provider: added svg for Reddit (#7050) (b4810480)
  • mention client in OAuth config options
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@next-auth/[email protected]

Published by balazsorban44 over 1 year ago

Bugfixes

  • docs: remove extra install (#7081) (88023f69)

Other

  • adapters: source content + overview (#7023) (1d9b9ba4)
  • 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

  • docs: correct module name (#6996) (b5712448)
  • correct logo link

Other

  • adapters: source content + overview (#7023) (1d9b9ba4)
  • docs: fix dynamodb typo (#7130) (75a59fbd)
  • dynamodb: move content to source (#6903) (bce6b00c)
  • fauna: move content to source (#6919) (1c104afe)
  • fix rm command
  • add clean script to dynamodb adapter
  • 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

  • correct logo link
  • correct links

Other

  • adapters: source content + overview (#7023) (1d9b9ba4)
  • typeorm: move content to source (#6896) (2c5c4d18)
  • 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

  • adapters: allow mongodb@5 as peer dependency (#6938) (42d5899e)
  • test: export _id function for tests (6bdb8af7)
  • ts: fix type (874624df)
  • correct links
  • correct link

Other

  • adapters: source content + overview (#7023) (1d9b9ba4)
  • fauna: move content to source (#6919) (1c104afe)
  • mongodb: move content to source (#6901) (b24b02fe)
  • unify adapters (#7013)
next-auth - https://github.com/nextauthjs/next-auth/releases/tag/@next-auth/[email protected]

Published by balazsorban44 over 1 year ago

Features

  • rewrite PouchDB Adapter (#6745)

Bugfixes

  • links and references

Other

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

BREAKING CHANGES

  • Complete rewrite of the package. It is now published as ESM-only and written for next-auth@4. next-auth@3 support is removed.

Co-authored-by: Balรกzs Orbรกn [email protected]

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

Published by balazsorban44 over 1 year ago

Bugfixes

  • docs: Update documentation (#6956) (ff5b8ba8)

Other

  • null
Package Rankings
Top 0.76% on Npmjs.org
Related Projects