next-auth

Authentication for the Web.

ISC License

Downloads
1M
Stars
22K
Committers
786

Bot releases are hidden (Show)

next-auth -

Published by balazsorban44 over 2 years ago

Bugfixes

  • providers: add optional chaining to avoid nullish reference errors (#4365) (59daa0e)
  • signin: set email sign-in input to "email" & "required"(#4352) (fd755bc)
  • more strict default callback url handling
  • Cleanup global __NEXTAUTH state after unmount (#4383)
  • update default callbacks.redirect

Other

  • adapters: Add next-autth as devDependencies for adapters (#4226) (6e28ccf)
  • bump versions
  • manually upgrade dep version
  • Update JWT docs to reflect JWE changes in v4 (#4313)
next-auth - @next-auth/[email protected]

Published by balazsorban44 over 2 years ago

Features

  • adapters: simplify mikro-orm configuration (#4008) (e87d5a61)
  • deps: drop mikro-orm <5 support (#3875) (7feda249)

Other

  • adapters: code clean-up (0c0a070d)
  • move adapters to monorepo (#3805)

BREAKING CHANGES

  • With this release, we only support @mikro-orm/*@5

To migrate, run the following (replace the * with your driver):

npm install @mikro-orm/core@5 @mikro-orm/*@5

Check out the MikroORM v5 changelog for more details.

next-auth - @next-auth/[email protected]

Published by balazsorban44 over 2 years ago

Bugfixes

  • ts: make refresh_token nullable (#4064) (bc401657)

Other

  • move adapters to monorepo (#3805)
next-auth - @next-auth/[email protected]

Published by balazsorban44 over 2 years ago

Bugfixes

  • deduplicate id, return correct updated data (#4082)

Other

  • move adapters to monorepo (#3805)
next-auth -

Published by balazsorban44 over 2 years ago

Bugfixes

  • ensure Prisma/MongoDB integration (#4083)

Other

  • move adapters to monorepo (#3805)
next-auth - [email protected]

Published by balazsorban44 over 2 years ago

Features

  • providers: add BoxyHQ SAML provider (#3782) (001354e)

Bugfixes

  • providers: fix BattleNet (163149b)
  • providers: issuer instead of region (4234742)
  • providers: refactor WorkOS to work in v4 (#3886) (caa9a17)
  • ts: SignInAuthorisationParams -> SignInAuthorizationParams (#4072) (0a267d9)
  • remove action from bad request response
  • only warn when using Twitter + OAuth 2.0 (#4003)
  • Switch BattleNet to OIDC (#4015)

Other

  • deps: bump next from 12.0.9 to 12.1.0 (#4005) (b6bf236)
  • add WorkOS to readme.md (#4091)
  • fix providers overview page link in readme.md (#4079)
  • disable coverage, fix dynamodb jest config
  • enforce build before publish
  • tweak Turbo
  • Convert to monorepo (#3788)
  • exclude tests from release artifact (#4011)
  • add release script (#3891)
  • separate build commands for core and app (#3845)
  • move adapters to monorepo (#3805)
  • monorepo 1 (#3804)
next-auth - v4.0.1

Published by balazsorban44 almost 3 years ago

This post should cover the most important changes. https://balazsorban.com/blog/next-auth-v4

Package Rankings
Top 0.76% on Npmjs.org
Related Projects