Indicio-tech / pydid

Python library for validating, constructing, and representing DIDs and DID Documents
Apache License 2.0
11 stars 12 forks source link

fix: did regex and partial matches #24

Closed dbluhm closed 3 years ago

dbluhm commented 3 years ago

@sklump counter proposal PR for #23. This makes the DID_PATTERN full match DID strings, as expected. Also splits out the DID URL matching to address the same partial match issues in DID URLs.