I want to enter data in auth.users table using sqlalchemy, but user not getting OTP?
Adding users in auth.users table using sqlalchemy has been successfull? but we are unable to autneticate the user and generate JWT for it.
I think only entering data in auth.users is not sufficient, can someone tell which'll table i have enter data for onboarding a new user properly in supabase?
1 Reply
Likely you are missing some data rather because I've entered data in only the
auth.users
table and it works.