add did verification example

This commit is contained in:
Ben Harris 2023-05-04 10:45:23 -04:00
parent 6e87dec2e6
commit 16b05171aa
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
<?php header("Content-Type: application/json");
echo '{"did":"did:plc:v7tbr6qxk6xanxzn6hjmbk7o"}';