This commit is contained in:
nora 2024-08-28 00:11:12 +02:00
parent bb55a1c334
commit 46f77b7f58
5 changed files with 177 additions and 65 deletions

View file

@ -27,7 +27,6 @@ pub enum AuthError {
}
impl UserPublicKey {
/// Blocking!
pub async fn for_user_and_key(
user: String,
provided_key: &PublicKey,