-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: passwordless auth #63
base: master
Are you sure you want to change the base?
Conversation
4ef415c
to
0e90d79
Compare
0e90d79
to
64bd152
Compare
64bd152
to
994d20f
Compare
Coloquei a página demonstrando as formas de usar o Next Auth no |
return nodemailer.createTransport({ | ||
...getServiceOptions(service), | ||
auth, | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do jeito que fazemos hoje, estamos mandando email tanto pelo mailhog quanto pelo serviço original (e.g. gmail) caso as env keys do gmail estejam listadas em .env .
Acho melhor ser exclusivo - ou gmail ou mailhog
} | ||
} | ||
|
||
throw new Error("User without email"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Esse erro estoura para o usuario? Se sim, coloca uma mensagem em portugues
Reimplementação do #8 usando versões mais novas das libs.