forked from Flowee/registry
Add trust inherited from authchain
This commit is contained in:
+22
-4
@@ -53,14 +53,32 @@ The file is very simple name/value pairs in standard unix line-endings.
|
||||
Fields are read from top to bottom, you can mention the same field various
|
||||
times such that the item is processed in order.
|
||||
|
||||
* trust=ultimate
|
||||
The trust level is given. none, marginal, good, high, ultimate
|
||||
* trust=good
|
||||
The trust level is given. absent, marginal, good, high
|
||||
* domain=bitcoincash.org
|
||||
Provides the source of the metadata in dns form.
|
||||
* category=deadbeef0124
|
||||
* category=deadbeef0124
|
||||
A 64 character, hex-encoded token category. Which will then inherit
|
||||
the most recently set trust.
|
||||
* authbase=deadbeef0124
|
||||
* authbase=deadbeef0124
|
||||
A 64 character, hex-encoded authbase (txid). Which will then inherit
|
||||
the most recently set trust. Allowing for all metadata files indicated
|
||||
by it to likewise inherit this trust.
|
||||
|
||||
|
||||
Trust levels
|
||||
|
||||
+---+---+
|
||||
|Level|Description|
|
||||
+---+---+
|
||||
| absent | Trust has been violated, this is likely a scam or spam. |
|
||||
| marginal | [Default] No trust could be established |
|
||||
| good | Minimal checking has been done, likely an honest party |
|
||||
| high | The party is trusted by the registry owner |
|
||||
| ultimate | We know that the content comes from the party they say they are.|
|
||||
|
||||
Notice that the ultimate trust is really only used to describe confidence
|
||||
level of the metadata file being published by who they say they are. Or
|
||||
really if you are publishing your own metadata on your own registry this
|
||||
way.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user