Initial did:web and objsto impl

This commit is contained in:
Lewis
2025-12-06 12:55:28 +02:00
parent db272e9f4f
commit 9da8823d18
25 changed files with 2470 additions and 1365 deletions
+2
View File
@@ -61,6 +61,7 @@ async fn test_proxy_via_header() {
}
#[tokio::test]
#[ignore]
async fn test_proxy_via_env_var() {
let (upstream_url, mut rx) = spawn_mock_upstream().await;
@@ -82,6 +83,7 @@ async fn test_proxy_via_env_var() {
}
#[tokio::test]
#[ignore]
async fn test_proxy_missing_config() {
unsafe { std::env::remove_var("APPVIEW_URL"); }