supabase auth issue
I am using Invite -> sign up -> login flow for authentication of my app. Firstly I am using the invite user API to invite users. On receiving an accept invitation mail I am using the sign-up form to create the password for the user and I am using Sign up API of superbase to do the same. Both the APIs give the success message. Password is also stored in the auth.users table in encrypted form. But when I try to log in to the user using the same credentials it gives me an error of "Invalid login credentials".