Hi Community.
I did a search, but it is hard even imagine keywords for my overall queries …
We have a Node React Web App called thearsenalreview.com …
I’ll start with the first section of this thread …
This has a lot to do with the API I use for Auth0.
We have 50 registered user. However, anyone can sign in even if they didn’t register with us but have done so before with Auth0. I can log in to the site with my other emails, which are registered with Auth0 website beforehand. I cannot register with these because their email is already in use.
One issue is when someone does this, and we make a call to get all users, they’re not included. If anyone can share their thoughts on this point as POINT 1.
Another strange issue is when I make the API call getUsersByEmail and insert one of these outside my app emails, it returns a user and these users appear to have metadata from my registered email like some merging is going on. POINT 2
I did just register with a new never used email and it didn’t add this user to my user’s pile and I did not get a verification email POINT 3
If anyone can give their thoughts on this thanks