diff --git a/crates/store/src/auth/mod.rs b/crates/store/src/auth/mod.rs
index 3b1774c..87dc280 100644
--- a/crates/store/src/auth/mod.rs
+++ b/crates/store/src/auth/mod.rs
@@ -7,6 +7,7 @@ use async_trait::async_trait;
#[async_trait]
pub trait AuthenticationProvider: 'static {
async fn get_principal(&self, id: &str) -> Result