method in the emailpassword APIs [1] and I'm wondering whether to return
{status: 'SIGN_UP_NOT_ALLOWED'; reason: string;}
or
{status: "GENERAL_ERROR"; message: string;}
when one of my custom fields is failing a unique constraint. I.e. when a user tries to sign up with a username that is already taken, should I use status
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).