DEV Community

Discussion on: Authentication with credentials using Next-Auth and MongoDB - Part 1

Collapse
 
richardpickett profile image
Richard Pickett

npm i next-auth mongodb bycryptjs

should be:

npm i next-auth mongodb bcryptjs

Collapse
 
dawnind profile image
Mainak Das

thanks man :)