what i need is support for sign up hook
# general
r
what i need is support for sign up hook
n
Hi @rob197 Do you want to disable sign ups entirely or only allow specific users to be able to sign up?
r
Oly alow specificusers to be able to sign up
n
Would an invite flow work for you? or do you want to stick to a traditional sign up flow?
r
mhm i guess invite flow would be "ok" aswell,
n
What login method do you want to use?
r
we are using just normal email + password login method
n
You can refer to: https://supertokens.com/docs/emailpassword/advanced-customizations/apis-override/usage That will explain how to go about overriding the sign up function in the backend
We also have dedicated docs for an example of how to implement an invite only flow here: https://supertokens.com/docs/emailpassword/common-customizations/disable-sign-up/overview
Both flows are possible so the override approach will let you stick with the normal sign up flow And the invite flow docs help you setup that flow
r
Ok thanks for the answer
n
Happy to help, let us know if you run into issues with it and we can help debug them
r