Join Discord
Powered by
Hi! Is it possible to have only one account? And b...
# share-your-work
n
nisky_man
09/14/2022, 3:39 PM
Hi! Is it possible to have only one account? And block the possibility to create new users ?
r
rp_st
09/14/2022, 3:43 PM
Hey. Yes it is.
rp_st
09/14/2022, 3:44 PM
You essentially override the sign in api on the backend and check that the input email is the one you want to allow to sign in, else throw an error
rp_st
09/14/2022, 3:44 PM
And you can disable the sign up API by making it undefined.
Previous
Next