[PR #1097] [MERGED] Move auth and validation crates to crates folder #1114

Closed
opened 2026-02-27 09:10:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/1097
Author: @broeng
Created: 2/3/2025
Status: Merged
Merged: 2/3/2025
Merged by: @nitnelave

Base: mainHead: auth-and-validation-crates


📝 Commits (2)

  • 6543a12 auth: move auth crate to crates folder
  • 6cfb30b validation: move validation crate to crates folder

📊 Changes

12 files changed (+9 additions, -8 deletions)

View changed files

📝 Cargo.toml (+2 -1)
📝 app/Cargo.toml (+2 -2)
📝 crates/auth/Cargo.toml (+0 -0)
📝 crates/auth/src/lib.rs (+0 -0)
📝 crates/auth/src/opaque.rs (+0 -0)
📝 crates/domain/Cargo.toml (+1 -1)
📝 crates/validation/Cargo.toml (+0 -0)
📝 crates/validation/src/attributes.rs (+0 -0)
📝 crates/validation/src/lib.rs (+0 -0)
📝 migration-tool/Cargo.toml (+1 -1)
📝 server/Cargo.toml (+2 -2)
📝 set-password/Cargo.toml (+1 -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/1097 **Author:** [@broeng](https://github.com/broeng) **Created:** 2/3/2025 **Status:** ✅ Merged **Merged:** 2/3/2025 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `auth-and-validation-crates` --- ### 📝 Commits (2) - [`6543a12`](https://github.com/lldap/lldap/commit/6543a128540848e6b0a5ab4bd768b4423ecf1437) auth: move auth crate to crates folder - [`6cfb30b`](https://github.com/lldap/lldap/commit/6cfb30bbc6dd2226a503089f587c7fabead46da8) validation: move validation crate to crates folder ### 📊 Changes **12 files changed** (+9 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+2 -1) 📝 `app/Cargo.toml` (+2 -2) 📝 `crates/auth/Cargo.toml` (+0 -0) 📝 `crates/auth/src/lib.rs` (+0 -0) 📝 `crates/auth/src/opaque.rs` (+0 -0) 📝 `crates/domain/Cargo.toml` (+1 -1) 📝 `crates/validation/Cargo.toml` (+0 -0) 📝 `crates/validation/src/attributes.rs` (+0 -0) 📝 `crates/validation/src/lib.rs` (+0 -0) 📝 `migration-tool/Cargo.toml` (+1 -1) 📝 `server/Cargo.toml` (+2 -2) 📝 `set-password/Cargo.toml` (+1 -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 09:10:58 +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#1114
No description provided.