-
I am trying to configure my application to signin for google oauth and email login. I am using a custom sequelize adapter that closely followed the official sequelize adapter and I do not believe the bug originates there.
I cannot really understand what is going on here and cannot really find any resources that can help me locate the issue. Has anybody encountered a similar problem? Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
By digging deeper into the docs I found that |
Beta Was this translation helpful? Give feedback.
By digging deeper into the docs I found that
if (!email) return { redirect:
${url}/error?error=EmailSignin}
and... duh, the email was not set correctly by my form :(