add user without sign up ?
# support-questions-legacy
r
add user without sign up ?
r
Hey! Which SDK and which recipe?
r
email password
python flask and nextjs
r
There should be a function in the emailpassword recipe called
sign_up
which you can use on the backend
like
emailpassword.syncio.sign_up(..)
or
await emailpassword.asyncio.sign_up(..))
r
thank you
@rp_st it seem doesn’t work
r
What seems to the be the issue?
And can I see some code?
r
When I call fron async io
r
Can I see the code for how you are using this function please?
r
r
Well, try using the syncio version then
r
Sync io seem work
But noting added to the data base
Is I use the right format ?
r
It’s an async function. So you should use the asyncio version and use await in front of it.
See the python reference docs to know if it’s the right input please.
I’m sure you can figure this out on your own :). If you are really stuck please feel free to ask
r
Thank you