PhoneNumber Plugin signUpOnVerification
the signup/login process only requires user's phone number, so i'm using the PhoneNumber plugin, and making use of signUpOnVerification to register users, it works the first time phone number is used, but in later logins the backend throws a unique validation restriction, so it obviously appears that the signUpOnVerification tries to insert new database record every time phone number is verified and doesn't check if a user already exists before.
So how to achieve the required scenario of allow user login/signup using the phone number plugin without trying to create new user if a user already exists with the same phone number and hence the same temp email in this case
1 Reply
Suggestions?
?