Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/ogar-auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ogar-encryption = { path = "../ogar-encryption" }
# the parallel identity normalizer the ownership ruling forbids. Downward dep
# only — the contract is zero-dep and never reaches back into OGAR. Same git
# pattern as `ogar-class-view`.
lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "claude/patient-identity-architecture-r8lhi5" }
lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "main" }

# Argon2id PHC hash+verify (the login-credential path — distinct from the
# envelope KDF). Default features carry `password-hash` + `rand` (OsRng salt).
Expand Down
4 changes: 2 additions & 2 deletions crates/ogar-rbac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ ogar-vocab = { path = "../ogar-vocab" }
# The zero-dep socket: `ClassRbac`, `ClassId`, `Operation`, `ClassGrant`,
# `OpMask`, `WideFieldMask`. Downward dep only — the contract never reaches
# back into OGAR.
lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "claude/patient-identity-architecture-r8lhi5" }
lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "main" }

# The GENERIC kernel (`authorize`, `authorize_scoped`, `ScopedDecision`).
# Consumed, never cloned: the algorithm is consumer-agnostic and stays where it
# is. This crate supplies the impl and the grant data, not the mechanics.
lance-graph-rbac = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "claude/patient-identity-architecture-r8lhi5" }
lance-graph-rbac = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "main" }
Loading