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.
1 parent b4c3de4 commit 5bbbc3fCopy full SHA for 5bbbc3f
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