mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[PR #1097] [MERGED] Move auth and validation crates to crates folder #1114
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#1114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:auth-and-validation-crates📝 Commits (2)
6543a12auth: move auth crate to crates folder6cfb30bvalidation: 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.