From f0ac89ff6f4484b39ce3da2b3511d0a7280d0374 Mon Sep 17 00:00:00 2001 From: Vlad Lazar Date: Tue, 22 Jul 2025 12:24:59 +0100 Subject: [PATCH] sq --- Cargo.lock | 1 + libs/utils/src/auth.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 137b883a6d..a1c67c4571 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6965,6 +6965,7 @@ dependencies = [ "hyper 0.14.30", "itertools 0.10.5", "json-structural-diff", + "jsonwebtoken", "lasso", "measured", "metrics", diff --git a/libs/utils/src/auth.rs b/libs/utils/src/auth.rs index efd5c65649..a5b7e7f190 100644 --- a/libs/utils/src/auth.rs +++ b/libs/utils/src/auth.rs @@ -94,6 +94,7 @@ impl Claims { scope, endpoint_id: None, } + } pub fn new_for_endpoint(endpoint_id: Uuid) -> Self { Self {