We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4c3de4 + 5bbbc3f commit 1127051Copy full SHA for 1127051
crates/oidc-client/src/requests/jose.rs
@@ -102,7 +102,7 @@ pub fn verify_signed_jwt<'a>(
102
jwt: &'a str,
103
verification_data: JwtVerificationData<'_>,
104
) -> Result<Jwt<'a, HashMap<String, Value>>, JwtVerificationError> {
105
- tracing::debug!("Validating JWT...");
+ tracing::debug!(jwt, "Validating JWT...");
106
107
let JwtVerificationData {
108
issuer,
0 commit comments