diff --git a/src/auth.rs b/src/auth.rs index a04e7a6..0d86db1 100644 --- a/src/auth.rs +++ b/src/auth.rs @@ -24,7 +24,7 @@ impl Authenticator { } #[instrument] - pub async fn verify_user_token(&self, token: &UserToken) -> bool { + pub async fn verify_user_token(&self, username: &str, token: &UserToken) -> bool { todo!() } }