Hi @rp_st ,
quick Q: does supertokens support email addresses with
+
in them per default? e.g.
alice@acme.com
and
alice+supertokens@acme.com
?
r
rp_st
12/02/2022, 3:06 PM
Hey @nim4ze
rp_st
12/02/2022, 3:07 PM
We would treat those as separate emails and create separate users for them
rp_st
12/02/2022, 3:07 PM
If you want to treat them as the same user, then you should override the sign up recipe function for emailpassword and normalise the email before calling the original implementation