4.0.0-next.2 (2021-04-15)
Features
BREAKING CHANGES
- build:
typeorm
, andnodemailer
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 anadapter
configuration or adatabase
, you will needtypeorm
. You could also check out@next-auth/typeorm-adapter
. In case you are using the Email provider, you will have to installnodemailer
(or you can use the choice of your library in thesendVerificationRequest
callback to send out the e-mail.)