CIRALabs / high-assurance-dids-with-dns

Other
0 stars 1 forks source link

Added online did:web verification #19

Open trbouma opened 9 months ago

trbouma commented 9 months ago

Still implementing, but you can see the method in the openapi page:

https://trustroot.ca/docs

you can test it against:

did:web:trustregistry.ca
did:web:trustroot.ca
did:web:trustroot.ca:examplecorp
did:web:examplecorp@trustroot.ca #Note that this resolves to the equivalent of the above did:web based on the URI RFC
did:web:credentials.trustroot.ca
did:web:examplecorp@credentials.trustroot.ca

The function is not yet complete, as I still need to add in all of the handling and checks. Should be in shortly.