Closed evanp closed 6 months ago
It's probably worth mentioning why, if the keyId returns a Key object, you need to follow the owner property and fetch that instead. (The reason is to verify that the owner claims the key, and not just that the key claims the owner.)
keyId
Key
owner
Yes! Agreed, will do.
Tentatively closing. Feel free to re-open!
It's probably worth mentioning why, if the
keyId
returns aKey
object, you need to follow theowner
property and fetch that instead. (The reason is to verify that theowner
claims the key, and not just that the key claims the owner.)