tangled
alpha
login
or
join now
alephcubed.com
/
jacquard
forked from
nonbinary.computer/jacquard
0
fork
atom
A better Rust ATProto crate
0
fork
atom
overview
issues
pulls
pipelines
service auth logging
Orual
3 months ago
8ae5889c
8612334d
+2
1 changed file
expand all
collapse all
unified
split
crates
jacquard-axum
src
service_auth.rs
+2
crates/jacquard-axum/src/service_auth.rs
···
513
source: Box::new(e),
514
})?;
515
0
0
516
// Extract signing key from DID document
517
let verification_methods = doc
518
.verification_method
···
513
source: Box::new(e),
514
})?;
515
516
+
tracing::warn!("Parsed DID document {did_doc}");
517
+
518
// Extract signing key from DID document
519
let verification_methods = doc
520
.verification_method