DEV Community

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

Collapse
 
dawnind profile image
Mainak Das

For signup with other data you've to assign those to the user object before posting it to the database.
You've to implement your own reset or forgot password strategy, for example
Change password