docs(identity-linking): repair the garbled JWT grant single-use bullet - #731
docs(identity-linking): repair the garbled JWT grant single-use bullet#731vishkaty wants to merge 1 commit into
Conversation
|
Confirming this reads correctly now. The original had the clause boundary in the wrong place: "MUST enforce single-use JWT" ran into the The rewrite restores it to one requirement ("MUST enforce single-use JWT authorization grants by tracking the Worth saying that the rationale sentence is the part doing the work for implementers. A short |
e9c31cb to
d3a35b9
Compare
niranjanmanjunath
left a comment
There was a problem hiding this comment.
This is a clean, non-normative documentation fix that repairs a spliced sentence in the
Security Considerations section.
|
Worth flagging that this is no longer only a docs nit: the garbled bullet is now inside the Two independent contributors have now filed the same +3/-3 fix in nine days (this PR and #764, which was self-closed as a duplicate), which is a reasonable signal that the sentence is actively confusing readers rather than merely untidy. Checks here are green and it only needs a maintainer. |
The JWT grant single-use bullet in Security Considerations reads as a broken sentence: an explanatory clause was inserted mid-sentence, leaving the requirement itself split across a full stop.
Currently:
This PR restores the requirement as one sentence and keeps the explanation after it, with
expandjtiin code formatting to match their use in the neighbouring bullets. No normative change: the MUST, the mechanism, and the window are the same.