Email provider: trim whitespace from email address #3672
Unanswered
gidonstudinski
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The same user may sometime login as '[email protected]' and sometimes as ' [email protected] '. next-auth will treat these two verification requests as two separate users in the database. Is it possible to trim the whitespace from the email address before starting the authentication process ?
I am currently working with next-auth v3.
Beta Was this translation helpful? Give feedback.
All reactions