All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.4.0 (2023-09-08)
- DPoP is now RFC9449 (62289ce)
1.3.0 (2023-09-08)
- DPoP is now RFC9449 (2c3c500)
1.2.0 (2023-04-26)
- release process with provenance (1053717)
1.1.0 (2022-09-28)
- add EdDSA (Ed25519) JWS support (dd52a63)
1.0.0 (2022-05-19)
- updated API, updated draft to -08
- updated API, updated draft to -08 (10dd522)
0.6.0 (2021-04-08)
- function signature changed to
function DPoP(keypair: CryptoKeyPair, alg: string, htu: string, htm: string, accessToken?: string, additional?: object) => Promise;
to accommodate for the optional resource access
ath
(hash of the access token) claim.
- update to draft-03 (78680b5)
0.5.5 (2020-04-02)
0.5.4 (2020-04-02)
0.5.3 (2020-03-31)
0.5.2 (2020-03-31)
0.5.1 (2020-03-31)
- remove unused code (478d44d)
0.5.0 (2020-03-31)
- move to ts, src, web distro bundles (85a744c)
- module entrypoints re-defined
- DPoP for the browser - ESM module implementation (individual draft 04) (df163bd)