github nextauthjs/next-auth v3.2.0

latest releases: next-auth@5.0.0-beta.18, @auth/azure-tables-adapter@1.1.0, @auth/d1-adapter@1.1.0...
3 years ago

3.2.0 (2021-02-01)

Features

Bug Fixes

  • Add a null check to the window 'storage' event listener (#1198) (65e4910), closes #1125
  • capitalization of errors in url params (#795) (64084d6)
  • correct logger import (a15bdc1)
  • don't chain on res.end on non-chainable res methods (#1031) (9ed75c7)
  • ensure Images are produced for discord (#734) (672cedc)
  • export getSession [skip release] (cff9d3e)
  • fix lint issues (a7bae03)
  • forward second argument to fetch body in signIn (9c9744f), closes #1206
  • leave accessTokenExpires as null (d7e78d5), closes #1216
  • make OAuth 1 work after refactoring (#1218) (f2a7ee0)
  • miscellaneous bugfixes (#1030) (8e87137)
  • pass csrfToken to signin renderer (ca06560)
  • remove async from NextAuth default handler (505efc8)
  • send /authorize params through url (30c6d63)
  • treat user.id as optional param (#1010) (e3fd0ad)
  • trigger release (b43e7dc)
  • update nodemailer version in response to CVE. (#860) (05b2759)
  • update Okta routes (#763) (8a6f094)
  • use authorizationUrl correctly (ecddaf6)
  • use startsWith for protocol matching in parseUrl (71b3122), closes #842
  • adapter: fix ISO Datetime type error in Prisma updateSession (#640) (2cfe5ad)
  • adapter: use findOne for typeorm (#1014) (f93dbbb)
  • provider: handle no profile image for Spotify (#914) (0c9104c)
  • provider: use authed_user on slack instead of spotify (#1174) (1caa9bb)

Reverts

Styles

  • make p system theme aware [skip release] (70a186c)

Miscellaneous Chores

  • adapters: remove fauna (#1148) (31bb2c3)
  • provider: remove Mixer (#1178) (f50ac19)
  • add auto labeling to PRs [skip release] (#1025) (5e949a3)
  • add link to issue explaining stalebot (b2c1f32)
  • add myself to the contributors list 🙈 (cec46b0)
  • add note about conveting questions to discussions (080dd5f)
  • add reproduction section to questions (6f067be)
  • add stalebot configuration (c564b84)
  • Comply to Vercel Open Source sponsorship [skip release] (#1087) (f8e5a79)
  • create PULL_REQUEST_TEMPLATE.md (6d023aa)
  • define providers in single file for docs [skip release] (be53ef0)
  • disallow issues without template (a6867b3)
  • fix lint issues [skip release] (2562b3c)
  • fix typo in stalebot comment (7d11686)
  • rename labeler.yaml to labeler.yml [skip release] (7fdde62)
  • run tests on canary [skip release] (21d22a7)
  • update caiuse-lite db (040d7c5)
  • dep: Bump highlight.js from 9.18.1 to 9.18.5 (#880) (6750acc)
  • deps: upgrade typeorm to v0.2.30 (#1145) (ebaa28f)
  • deps: Bump ini from 1.3.5 to 1.3.8 in /www (#953) (9abdbb5)
  • release: change semantic-release/git to semantic-release/github (5060bd7)
  • release: delete old workflow (284118e)
  • release: trigger release on docs type (e06816a)
  • hide comments from pull request template (71b4af0)
  • reword PR template (6b1b861)
  • run build GitHub Action on canary also (610ab39)
  • run build GitHub Actions on canary as well (e4cc3a9)
  • use stale label, instead of wontfix (9247495)

Code Refactoring

  • be explicit about path in jsonconfig [skip release] (b84f1b6)
  • code base improvements (#959) (0989ef6)
  • code base improvements 2 (#1045) (e7c34fd)
  • code base improvements 3 (#1072) (f6d6c43)
  • define _getSession in useEffect scope (#724) (5f5174f)
  • provide raw idToken through account object (#1211) (93f051c)
  • show signin page in dev app [skip release] (2865b8c)
  • db: update Prisma calls to support 2.12+ (#881) (9aae7bb)

Documentation

Don't miss a new next-auth release

NewReleases is sending notifications on new releases.