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
Is your feature request related to a problem? Please describe.
There is a problem with the SDK. Although it offers the option to use email and password for authentication, I cannot locate any means to authenticate with a password in the auth.py file. Therefore, this method does not exist.
Describe the solution you'd like
Add an additional function called "get_user_password_hash_by_email" or "verify_hash_by_email" in order to verify if the current user's password matches.
Additional context
There isn't much context for this, but it's quite straightforward. I would be happy to assist if necessary.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is a problem with the SDK. Although it offers the option to use email and password for authentication, I cannot locate any means to authenticate with a password in the auth.py file. Therefore, this method does not exist.
Describe the solution you'd like
Add an additional function called "get_user_password_hash_by_email" or "verify_hash_by_email" in order to verify if the current user's password matches.
Additional context
There isn't much context for this, but it's quite straightforward. I would be happy to assist if necessary.
The text was updated successfully, but these errors were encountered: