Description
Is there a special consideration for the absence of the GetID()
function?
https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.7
Lines 9 to 16 in 8aa5d6c
Is there a special consideration for the absence of the GetID()
function?
https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.7
Lines 9 to 16 in 8aa5d6c
Activity
oxisto commentedon Aug 14, 2023
That was probably an oversight on my part. The
RegisteredClaims
struct already has the appropriate field though.Unfortunately, we cannot add anything to the interface without API breakage, meaning we need to reserve this for a potential
v6
.st3fan commentedon Oct 9, 2023
I submitted #352 earlier today.