JWT Claims 该如何翻译
資深大佬 : bigbyto 5
看 RFC 中对它的描述似乎是等价于 JSON 中的”字段”,那该怎么翻译 JWT Claims 比较好呢?或者说为什么要取名为 Claims,希望大佬不吝赐教。
The JWT Claims Set represents a JSON object whose members are the claims conveyed by the JWT. The Claim Names within a JWT Claims Set MUST be unique; JWT parsers MUST either reject JWTs with duplicate Claim Names or use a JSON parser that returns only the lexically last duplicate member name, as specified in Section 15.12 (“The JSON Object”) of ECMAScript 5.1 [ECMAScript].
The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure
大佬有話說 (12)