You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, what is type here? Is it the claim type or the proof type? From this example, it seems like it's the type of the proof, a "TXT" DNS record in this case. Let's look at another example (from the source code again):
Well now it looks like the type belongs to the claim. This assertion tries to prove that a certain domain is controlled by the claimant. If it was a proof type, it would have been "file", I guess?
Every assertion has three properties: claim, type and proof. Example (from the source code):
So, what is
type
here? Is it the claim type or the proof type? From this example, it seems like it's the type of the proof, a "TXT" DNS record in this case. Let's look at another example (from the source code again):Well now it looks like the
type
belongs to the claim. This assertion tries to prove that a certain domain is controlled by the claimant. If it was a prooftype
, it would have been "file", I guess?I suggest the following change:
or
dns
proof should be restricted toTXT
records. There is no reason to allow further ambiguity.The text was updated successfully, but these errors were encountered: