Skip to content

Commit

Permalink
Remove old jose code (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe authored May 9, 2024
1 parent 9a64e0d commit edb9c4d
Show file tree
Hide file tree
Showing 7 changed files with 168 additions and 580 deletions.
4 changes: 2 additions & 2 deletions crates/credentials/src/vc.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use core::fmt;
use dids::{bearer::BearerDid, document::KeySelector};
use jws::v2::JwsError;
use jws::JwsError;
use jwt::{
jws::Jwt,
lib_v2::{Claims, JwtError, RegisteredClaims},
{Claims, JwtError, RegisteredClaims},
};
use serde::{Deserialize, Serialize};
use std::{
Expand Down
Loading

0 comments on commit edb9c4d

Please sign in to comment.