[PR #526] [WIP] Add support for checking the password against HIBP for leaks #799

Open
opened 2026-02-27 09:09:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/526
Author: @nitnelave
Created: 4/4/2023
Status: 🔄 Open

Base: mainHead: haveibeenpwned


📝 Commits (2)

  • 278fb16 server: implement haveibeenpwned endpoint
  • 8c052c0 fix hipb typo

📊 Changes

15 files changed (+389 additions, -45 deletions)

View changed files

📝 Cargo.lock (+4 -10)
📝 app/Cargo.toml (+2 -0)
📝 app/src/components/change_password.rs (+2 -3)
📝 app/src/components/login.rs (+3 -3)
📝 app/src/components/mod.rs (+1 -0)
app/src/components/password_field.rs (+152 -0)
📝 app/src/components/reset_password_step2.rs (+5 -4)
📝 app/src/infra/api.rs (+45 -1)
app/static/spinner.gif (+0 -0)
📝 auth/src/lib.rs (+11 -0)
📝 server/Cargo.toml (+0 -1)
📝 server/src/infra/auth_service.rs (+144 -20)
📝 server/src/infra/cli.rs (+4 -0)
📝 server/src/infra/configuration.rs (+6 -0)
📝 server/src/infra/tcp_server.rs (+10 -3)

📄 Description

See #39.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/526 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 4/4/2023 **Status:** 🔄 Open **Base:** `main` ← **Head:** `haveibeenpwned` --- ### 📝 Commits (2) - [`278fb16`](https://github.com/lldap/lldap/commit/278fb1630d9239ae3107f882de6df6d7b740e71c) server: implement haveibeenpwned endpoint - [`8c052c0`](https://github.com/lldap/lldap/commit/8c052c091e9a716b8a2eaa52b2373ab9e2af5e20) fix hipb typo ### 📊 Changes **15 files changed** (+389 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -10) 📝 `app/Cargo.toml` (+2 -0) 📝 `app/src/components/change_password.rs` (+2 -3) 📝 `app/src/components/login.rs` (+3 -3) 📝 `app/src/components/mod.rs` (+1 -0) ➕ `app/src/components/password_field.rs` (+152 -0) 📝 `app/src/components/reset_password_step2.rs` (+5 -4) 📝 `app/src/infra/api.rs` (+45 -1) ➖ `app/static/spinner.gif` (+0 -0) 📝 `auth/src/lib.rs` (+11 -0) 📝 `server/Cargo.toml` (+0 -1) 📝 `server/src/infra/auth_service.rs` (+144 -20) 📝 `server/src/infra/cli.rs` (+4 -0) 📝 `server/src/infra/configuration.rs` (+6 -0) 📝 `server/src/infra/tcp_server.rs` (+10 -3) </details> ### 📄 Description See #39. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#799
No description provided.