[PR #7] [MERGED] Register clients' passwords using OPAQUE #496

Closed
opened 2026-02-27 08:17:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/7
Author: @nitnelave
Created: 6/24/2021
Status: Merged
Merged: 6/25/2021
Merged by: @nitnelave

Base: mainHead: client_registration


📝 Commits (1)

  • b77b34a Register clients' passwords using OPAQUE

📊 Changes

6 files changed (+199 additions, -107 deletions)

View changed files

📝 app/src/api.rs (+58 -20)
📝 app/src/create_user.rs (+107 -39)
📝 model/src/lib.rs (+1 -1)
📝 src/domain/sql_backend_handler.rs (+23 -43)
📝 src/domain/sql_opaque_handler.rs (+10 -3)
📝 src/main.rs (+0 -1)

📄 Description

No description provided


🔄 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/7 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 6/24/2021 **Status:** ✅ Merged **Merged:** 6/25/2021 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `client_registration` --- ### 📝 Commits (1) - [`b77b34a`](https://github.com/lldap/lldap/commit/b77b34af09d28338314977234b161e79465d37b1) Register clients' passwords using OPAQUE ### 📊 Changes **6 files changed** (+199 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `app/src/api.rs` (+58 -20) 📝 `app/src/create_user.rs` (+107 -39) 📝 `model/src/lib.rs` (+1 -1) 📝 `src/domain/sql_backend_handler.rs` (+23 -43) 📝 `src/domain/sql_opaque_handler.rs` (+10 -3) 📝 `src/main.rs` (+0 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:17:45 +03:00
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#496
No description provided.