-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ryan Tate <ryan.michael.tate@gmail.com> use base64 url encoding Signed-off-by: Ryan Tate <ryan.michael.tate@gmail.com> remove vp builder, use AnyJsonPresentation Signed-off-by: Ryan Tate <ryan.michael.tate@gmail.com> parse VC from VerifiableCredential to SpeicalizedJsonCredential to use JsonPresentation Signed-off-by: Ryan Tate <ryan.michael.tate@gmail.com> update comments Signed-off-by: Ryan Tate <ryan.michael.tate@gmail.com> fix from any json presentation for vp token impl Signed-off-by: Ryan Tate <ryan.michael.tate@gmail.com>
- Loading branch information
Showing
6 changed files
with
112 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
pub mod core; | ||
pub mod holder; | ||
#[cfg(test)] | ||
pub(crate) mod tests; | ||
mod utils; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters