Hey guys, Does Emailverification recipe maintain i...
# support-questions
e
Hey guys, Does Emailverification recipe maintain its own set of users? I mean, can I use it independently from other recipes?
n
Email verification doesn’t really add or maintain users but to answer your question users are shared across all recipes as long as you’re using a single SuperTokens core instance
Different core instances have their own users
e
ah okay
n
If you use the managed service then users in development are different from users in production
e
But if I use EmailPassword recipe and Passwordless recipe in the same core, those recipes have distinct set of users, right?
n
Distinct in respect to the recipe they were created with yes, but let’s say you use the user pagination feature you would get users from both recipes in the response
e
Okay, got it 🙂
n
On the other hand if you do something like Passwordless.doesEmailExist then those would be independent of email password users
e
Yeah, that is what I wanted to know
Thank you:)
n
Happy to help
r
And yes, you can pass a random user Id to emailverification recipe and it would work with it.
e
@rp cool! thanks for the info 🙂