Difference between revisions of "Universal Resolver"
From MgmtWiki
(Created page with " https://uniresolver.io/") |
m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | ==Full Title or Meme== | ||
+ | Code that can be run anywhere with internet access to resolve [[URN]]s or [[URL]]s with an [[Identifier]] scheme. | ||
+ | ==Context== | ||
+ | Originally created to support the identifier scheme tid: | ||
− | https://uniresolver.io/ | + | ==Problems== |
+ | * The big problem with any sort of [[Self-issued Identifier]] is [[Trust]] where there are no standards or examples of any trust without a history of trusted behavior. | ||
+ | |||
+ | ==Solutions== | ||
+ | * The wiki page [[Trusted Resolver]] deals with some of the issues of a [[Universal Resolver]]. | ||
+ | |||
+ | ==References== | ||
+ | <References /> | ||
+ | |||
+ | ===Miscellaneous References=== | ||
+ | *Example https://uniresolver.io/ | ||
+ | *GitHub code https://github.com/decentralized-identity/universal-resolver-python/blob/master/API/UniversalResolver.py | ||
+ | |||
+ | |||
+ | [[Category:Glossary]] | ||
+ | [[Category:Identifier]] |
Latest revision as of 08:26, 1 January 2019
Contents
Full Title or Meme
Code that can be run anywhere with internet access to resolve URNs or URLs with an Identifier scheme.
Context
Originally created to support the identifier scheme tid:
Problems
- The big problem with any sort of Self-issued Identifier is Trust where there are no standards or examples of any trust without a history of trusted behavior.
Solutions
- The wiki page Trusted Resolver deals with some of the issues of a Universal Resolver.
References