Skip to content

Releases: nextauthjs/next-auth

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

13 Jul 12:14
Compare
Choose a tag to compare

Features

  • adapters: update Firebase adapter to use new API (#3873) (5bd00f6)

BREAKING CHANGES

    • Renames FirebaseAdapter export to FirestoreAdpater
  • This adapter now requires firebase v9+

next-auth@v4.9.0

06 Jul 09:49
Compare
Choose a tag to compare

Features

  • providers: allow styling e-mail through theme option (#4841) (ae834f1)

Bugfixes

  • show experimental api warning only in dev and only once (#4816)

next-auth@v4.8.0

01 Jul 10:20
Compare
Choose a tag to compare

Bugfixes

  • core: handle invalid email (cd6ccfd)

next-auth@v4.7.0

28 Jun 16:29
Compare
Choose a tag to compare

Features

  • core: pass profile to linkAccount event (#4242) (d8d9ab9)
  • update Middleware (#4757)

Bugfixes

  • core: respect NEXTAUTH_SECRET in unstable_getServerSession (#4774) (c194261)

Other

  • deps: upgrade dependencies (a911b4a)

next-auth@v4.6.1

23 Jun 14:50
Compare
Choose a tag to compare

Bugfixes

  • build - include utils in package (#4760)

next-auth@v4.6.0

23 Jun 10:27
Compare
Choose a tag to compare

Features

  • allow standard Request in NextAuthHandler (#4704)
  • introduce experimental unstable_getServerSession API (#4116)

Bugfixes

  • edge: support request.cookies as a map (#4745) (73d489b)
  • providers: use client_secret_post auth method for Instagram (#4705) (92dfc3c)
  • ts: infer provider type in signIn (#4679) (e03e234)

Other

  • adapters: fix references to deprecated adapters repo (#4737) (172813f)
  • add test for invalid callbackUrl handling

next-auth@v4.5.0

13 Jun 22:15
Compare
Choose a tag to compare

Bugfixes

  • don't show error on relative callbackUrl

next-auth@v4.4.0

10 Jun 12:48
Compare
Choose a tag to compare

Features

  • callback: return always status code 401 on error (#4601) (4daa63d)
  • middleware: support custom cookieName (#4385) (7d8cc70)
  • middleware: support custom jwt.decode (#4210) (16622f6)
  • provider: Add United Effects provider (#4546) (81afeef)
  • providers: make issuer configurable on Salesforce (#4658) (358b80d)

Bugfixes

  • middleware: use relative URL for sign-in page callbackUrl (#4534) (75602a3)
  • ts: allow getToken in getServerSideProps (#4659) (e4ee520)
  • ts: remove unused type (#4657) (0a7a916)
  • ts: signIn infer provider type (#4623) (46089eb)
  • handle invalid callbackUrl

Other

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

next-auth@v4.3.4

28 Apr 10:24
c6903d3
Compare
Choose a tag to compare

Bugfixes

  • client: add additional type (#4402) (9f40cd1)
  • providers: profile types (#4202) (8288ae5)
  • ts: handle NextRequest type (#4472) (fb4bbc3)
  • allow react@18 as peer dependency
  • loosen env variable URL fallback (#4443)

Other

  • remove redundant and deprecated doc (#4475)