universal-resolver
universal-resolver copied to clipboard
Universal Resolver implementation and drivers.
The use of `latest` tags in universal-resolver has been one of the causes of excessive downtime in DIF's universal resolver (given its current setup). While universal resolver is not currently...
As discussed in #400, we're no longer allowing drivers to be submitted with the "latest" tag. For now, we are addressing this in the following ways: - Update guidance: https://github.com/decentralized-identity/universal-resolver/pull/398...
merge main
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.9.2. Release notes Sourced from aiohttp's releases. 3.9.2 Bug fixes Fixed server-side websocket connection leak. Related issues and pull requests on GitHub: #7978. Fixed web.FileResponse...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
According to [api-driver.yml](../blob/main/swagger/api-driver.yml) the driver can respond to `/identifiers/{identifier}` only with HTTP codes 200, 400, 410 or 500. The example resolver returns 404 for not found DID. Add missing valid...
There seem to be a couple of issues with the get-driver-status utility when following the [readme](https://github.com/decentralized-identity/universal-resolver/tree/main/ci/get-driver-status). 1) Trying to run `pip install --no-cache-dir -r requirements.txt` is failing with ```ERROR: Cannot...
I would like to run universal-resolver on my Mac machine, `docker-compose` returning: ``` no matching manifest for linux/arm64/v8 in the manifest list entries ``` I assume it's because there are...
No did methods are displayed except of did:sov and did:key. https://dev.uniresolver.io/1.0/identifiers is not responding
```json { "assertionMethod": [ { "id": "did:web:letmaik.github.io:did-web-demo#96e96a2ffa2665c64fff32aa05cfc67d67551e69972abba895b66d5a47cec6f0", "type": "JsonWebKey2020", "controller": "did:web:letmaik.github.io:did-web-demo", "publicKeyJwk": { "kty": "EC", "crv": "P-384", "x": "4ORC8OvoxLcTIN23ww0xyNHD-a-qrCTQcfc4hPcuKbJOTDeZFJKjRSKmx9ekJlqO", "y": "Gh8khSPOIYztCOpY40MJ71jl7tD1pijHoV2zvGMrX_QCAI9Kr1tMyd47vUGOt6b9", "kid": "#96e96a2ffa2665c64fff32aa05cfc67d67551e69972abba895b66d5a47cec6f0", "alg": "ES384" } } ], "id": "did:web:letmaik.github.io:did-web-demo"...