This commit is contained in:
Vlad Lazar
2025-07-22 12:24:59 +01:00
parent 9661022e34
commit f0ac89ff6f
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -6965,6 +6965,7 @@ dependencies = [
"hyper 0.14.30",
"itertools 0.10.5",
"json-structural-diff",
"jsonwebtoken",
"lasso",
"measured",
"metrics",

View File

@@ -94,6 +94,7 @@ impl Claims {
scope,
endpoint_id: None,
}
}
pub fn new_for_endpoint(endpoint_id: Uuid) -> Self {
Self {