[FR] - When using Email/Password authentication, add a way to login with the password

Open
#731 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
firebase, python

Research direction

Start in auth.py and inspect the existing email/password authentication API and related tests, if present. Determine whether password verification is supported by the SDK and clarify the public API and security constraints; done means the agreed behavior is implemented and covered by tests.

Written by the indexing model from the issue text.

Description

needs-triage type: feature request

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.

Dominant language
Python
Stars
1.2k
Forks
359
Avg merge
5d 6m
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from firebase/firebase-admin-python

All issues in firebase/firebase-admin-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.