Skip to content

R3 examples: switch from ES256 to EdDSA#19

Open
rohanharikr wants to merge 1 commit into
dickhardt:mainfrom
rohanharikr:r3-examples-eddsa-default
Open

R3 examples: switch from ES256 to EdDSA#19
rohanharikr wants to merge 1 commit into
dickhardt:mainfrom
rohanharikr:r3-examples-eddsa-default

Conversation

@rohanharikr
Copy link
Copy Markdown
Contributor

Brings the R3 example JWT headers in line with the rest of the spec, which RECOMMENDS EdDSA throughout — protocol doc §5.2.2, §6.6.1, §7.1.4 all show EdDSA in their token examples. The two R3 header examples were the only remaining ES256 references in the spec.

Diff

Two-line change in draft-hardt-aauth-r3.md:

  • resource+jwt example header: "alg": "ES256""alg": "EdDSA"
  • auth+jwt example header: "alg": "ES256""alg": "EdDSA"

No normative changes — examples only.

Brings the R3 examples in line with the rest of the spec, which
RECOMMENDS EdDSA throughout (see protocol doc §5.2.2, §6.6.1,
§7.1.4 — all token examples use EdDSA). The two R3 example
headers were the only remaining ES256 references in the spec.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant