universal-resolver-frontend icon indicating copy to clipboard operation
universal-resolver-frontend copied to clipboard

Frontend web UI for Universal Resolver.

Results 8 universal-resolver-frontend issues
Sort by recently updated
recently updated
newest added

Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together. Removes `tough-cookie` Updates `node-sass` from 7.0.3 to 9.0.0 Release notes Sourced from...

dependencies

The field says "did-url", but adding anything after the DID like fragment or query parameter always returns an empty result.

The frontend UI incorrectly assumes that the value of serviceEndpoint is always a string. It should also be able to handle cases where the value is an object (see [Service...

appears there is caching happening for did:btcr, it would be cool to be able to clear that or know how long I need to wait.

When resolving example did `did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw`, we got following error: ![image](https://user-images.githubusercontent.com/8265961/69516797-b46bf200-0f8d-11ea-8458-aca30e1c132b.png) However, when I resolve it locally use curl like below, it success. ``` curl http://localhost:8080/1.0/identifiers/did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw {"redirect":null,"didDocument":{ "@context" : "https://www.w3.org/2019/did/v1", "id"...