github nextauthjs/next-auth v4.0.0-next.2

latest releases: next-auth@5.0.0-beta.21, @auth/azure-tables-adapter@1.5.0, @auth/d1-adapter@1.5.0...
pre-release3 years ago

4.0.0-next.2 (2021-04-15)

Features

  • build: modernize how we bundle next-auth (#1682) (cb4342f)

BREAKING CHANGES

  • build: typeorm, and nodemailer are no longer dependencies added by default.
    If you need any of them, you will have to install them yourself in your project directory.
    TypeOrm is the default adapter, so if you only provide an adapter configuration or a database, you will need typeorm. You could also check out @next-auth/typeorm-adapter. In case you are using the Email provider, you will have to install nodemailer (or you can use the choice of your library in the sendVerificationRequest callback to send out the e-mail.)

Don't miss a new next-auth release

NewReleases is sending notifications on new releases.