tsk-51: Saving changes
Some checks failed
Rust Build / Rustfmt (pull_request) Successful in 31s
Rust Build / Check (pull_request) Failing after 54s
Rust Build / Test Suite (pull_request) Failing after 38s
Rust Build / Clippy (pull_request) Failing after 41s
Rust Build / build (pull_request) Failing after 56s

Adding more functions to access and validate the token type
This commit is contained in:
2025-08-08 18:19:27 -04:00
parent 34d3e66c7b
commit 90342dd493
3 changed files with 20 additions and 1 deletions

View File

@@ -223,4 +223,7 @@ pub mod service {
Err(err) => Err(err),
}
}
// TODO: Write a function to get a passphrase record with an id
// pub async fn get_passphrase(pool: &)
}