You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to retrieve the information to determine if the user's password matches the existing one in the user service. Therefore, the user service requires a new endpoint for checking user passwords. Let's implement this in the user.proto file.
I have added the necessary parts above. Please avoid copying and pasting the entire script. The rest of the code should remain unchanged. Also, the comments need to be removed (//new).
The text was updated successfully, but these errors were encountered:
We need to retrieve the information to determine if the user's password matches the existing one in the user service. Therefore, the user service requires a new endpoint for checking user passwords. Let's implement this in the user.proto file.
I have added the necessary parts above. Please avoid copying and pasting the entire script. The rest of the code should remain unchanged. Also, the comments need to be removed (//new).
The text was updated successfully, but these errors were encountered: