RaspovaOriginal post
Rank 1: Thread
account.updatePhone(
'+12065550100', // phone
'password' // password
);
If i whant to add the Phone number of a client i need his password. Ok i'll do it a the subcribe , but what if he use google auth ? or any OAuth2
Summary
Developers want to update phone number without needing user's password. They are requesting adding a JWT option or a route without a password for this task. If a user uses Google Auth or OAuth2, the current method is inconvenient.