step-up-labs / firebase-authentication-dotnet

C# library for Firebase Authentication
MIT License
376 stars 129 forks source link

Possibility to check user password #193

Open BoeykensBrooklyn opened 1 year ago

BoeykensBrooklyn commented 1 year ago

In my application I want to create an reset passwd page,

So I first want to check if the current password is correct, Is their a possibility to do this?

bezysoftware commented 1 year ago

To check password is correct you need to call SignInWithEmailAndPasswordAsync, if it succeeds the password was correct