Run:
npx create-next-auth-app
And take it from there. More documentation coming soon.
It has:
- Credentials login with db sessions.
- Email validation email
- Forgot password / reset password
- Example login, register, email validation, forgot password, reset password pages.
- react-hook-form
- react-query
- shadcn
The initial code was adapted from "create-next-app" and customized for this project.