Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add EdDSA w/ Ed25519 #2

Closed
wants to merge 33 commits into from
Closed

feat: add EdDSA w/ Ed25519 #2

wants to merge 33 commits into from

Conversation

panva
Copy link
Owner

@panva panva commented Mar 29, 2022

As per https://wicg.github.io/webcrypto-secure-curves and WICG/proposals#46

Pending adoption of the draft or its inclusion in at least some of the Web API runtimes.

panva added 30 commits March 10, 2020 09:53
BREAKING CHANGE: module entrypoints re-defined
BREAKING CHANGE: function signature changed to
function DPoP(keypair: [CryptoKeyPair](https://developer.mozilla.org/en-US/docs/Web/API/CryptoKeyPair), alg: string, htu: string, htm: string, accessToken?: string, additional?: object) => Promise<string>;
to accommodate for the optional resource access `ath` (hash of the access token) claim.
@panva panva closed this May 18, 2022
@panva panva deleted the EdDSA branch May 18, 2022 19:45
@panva panva restored the EdDSA branch May 19, 2022 07:28
@panva panva deleted the EdDSA branch May 19, 2022 07:32
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