Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow getting/setting the password hash of a user #46123

Merged
merged 6 commits into from
Jul 9, 2024

Commits on Jul 8, 2024

  1. feat: Add IPasswordHashBackend

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    69f252a View commit details
    Browse the repository at this point in the history
  2. feat: Implement IPasswordHashBackend in database user backend

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a330f4c View commit details
    Browse the repository at this point in the history
  3. feat: Allow getting/setting the password hash of a user

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    34d97d4 View commit details
    Browse the repository at this point in the history
  4. docs: Add info for the password hashes

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d65f531 View commit details
    Browse the repository at this point in the history
  5. perf: Return cached password hash

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    dba0056 View commit details
    Browse the repository at this point in the history
  6. feat: Validate password hash

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c390ae9 View commit details
    Browse the repository at this point in the history