Pass username to Authenticator::verify_user_token()
This commit is contained in:
parent
dbcd963bb1
commit
97ed869230
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ impl Authenticator {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[instrument]
|
#[instrument]
|
||||||
pub async fn verify_user_token(&self, token: &UserToken) -> bool {
|
pub async fn verify_user_token(&self, username: &str, token: &UserToken) -> bool {
|
||||||
todo!()
|
todo!()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue