decentralized-identity / trustdidweb-ts

An implementation in Typescript of the Trust DID Web (did:tdw) DID Method
Apache License 2.0
8 stars 9 forks source link

Added version and time queries #3

Closed brianorwhatever closed 7 months ago

brianorwhatever commented 7 months ago

Can now query versions by id or by time. Can also create and update at a specific time.. not sure if that's a generally good idea but was the easiest way to test the resolution features

brianorwhatever commented 7 months ago

Updated to match DID core query parameters. Merging in now