Commit graph

949 commits

Author SHA1 Message Date
Filip Skokan
7c99153a9e fix(typescript): allow synchronous get key functions 2022-02-22 10:51:27 +01:00
Filip Skokan
404e9e0bc8 chore(build): lock typedoc version 2022-02-22 10:37:16 +01:00
Filip Skokan
c185e24def refactor: SHA-2 digests 2022-02-15 18:03:07 +01:00
Filip Skokan
b36a4e627e docs: use rfc-editor instead of datatracker for linking RFCs 2022-02-15 16:47:12 +01:00
Filip Skokan
5770d303dd refactor: SHA-2 digests 2022-02-15 16:21:11 +01:00
Filip Skokan
8b997bb330 chore: cleanup after publish 2022-02-07 13:14:30 +00:00
Filip Skokan
8d24d8a133 chore(release): 4.5.0 2022-02-07 13:59:10 +01:00
Filip Skokan
e44cd18ea4 fix: concurrent fetch await in cloudflare
fixes #355
2022-02-07 13:57:36 +01:00
Filip Skokan
3d2a2b8eee feat: add jose.decodeJwt utility 2022-02-07 13:49:35 +01:00
Filip Skokan
7835489adf docs: update README.md 2022-01-28 11:11:41 +01:00
Filip Skokan
73c9b3df4c refactor: src/runtime/node/base64url.ts 2022-01-26 14:31:36 +01:00
Filip Skokan
6b5e6acbe4 refactor: src/jwks/local.ts 2022-01-25 12:10:03 +01:00
Filip Skokan
b864305c14 chore: cleanup after publish 2022-01-24 16:43:15 +00:00
Filip Skokan
72aa068d78 chore(release): 4.4.0 2022-01-24 17:32:35 +01:00
Filip Skokan
4a79f7d318 docs: update README.md 2022-01-24 17:19:29 +01:00
Filip Skokan
bd7bf3789c feat: add createLocalJWKSet, resolver to verify using a local JWKSet 2022-01-24 17:17:18 +01:00
Filip Skokan
69b1b32fd2 chore: cleanup after publish 2022-01-22 17:29:44 +00:00
Filip Skokan
7b1f293da3 chore(release): 4.3.9 2022-01-22 18:11:41 +01:00
Filip Skokan
dd6775eed0 fix: only add y to the epk header parameter when EC keys are used
fixes #348
2022-01-22 18:07:06 +01:00
tabarra
1039bcdb87
docs: added caching clarification to createRemoteJWKSet 2022-01-22 18:06:21 +01:00
Filip Skokan
7cb8af45eb docs: update RemoteJWKSetOptions durations with the unit
closes #347
2022-01-22 11:01:40 +01:00
Filip Skokan
9492822667 ci: update deno to use a min, max, experimental matrix 2022-01-20 18:27:31 +01:00
Filip Skokan
9ca1e4779e chore: remove no longer needed deno 1.18 ts ignore 2022-01-20 13:06:23 +01:00
Filip Skokan
573f021780 test(deno): mark P-384 ECDH-ES as unsupported by the runtime 2022-01-19 17:50:21 +01:00
Filip Skokan
2cd44d478e chore: remove no longer needed deno ts ignore 2022-01-15 10:01:32 +01:00
Filip Skokan
25adadf833 chore: cleanup after publish 2022-01-09 14:11:28 +00:00
Filip Skokan
6a575fc452 chore(release): 4.3.8 2022-01-09 15:04:37 +01:00
Filip Skokan
1a87245d1a chore: update bug-report.yml 2021-12-24 15:42:12 +01:00
Filip Skokan
6275c911db test(deno): disable timeout test for now 2021-12-15 17:13:50 +01:00
Filip Skokan
972653be5f chore(style): prettier 2021-12-13 16:51:11 +01:00
Filip Skokan
8dfcf60321 chore(build): upgrade esbuild 2021-12-13 16:49:52 +01:00
Filip Skokan
80741cb32a refactor: substr > slice 2021-12-13 10:29:41 +01:00
Filip Skokan
624df66ea8 refactor: src/runtime/browser 2021-12-10 14:56:09 +01:00
Filip Skokan
6abb5b4d1c refactor: src/runtime 2021-12-10 14:56:01 +01:00
Filip Skokan
f71e583c5f refactor: src/runtime/ecdhes.ts 2021-12-10 11:39:58 +01:00
Filip Skokan
8738325d48 refactor: src/runtime/browser/asn1.ts 2021-12-09 12:33:17 +01:00
Filip Skokan
5d3628c0f0 refactor: src/runtime/browser/asn1.ts 2021-12-09 12:28:03 +01:00
Max Arndt
4375cde03a
docs: fix decode UnsecuredJWT example (#330) 2021-11-20 12:56:52 +01:00
Filip Skokan
0e5c29f476 chore: cleanup after publish 2021-11-18 07:14:03 +00:00
Filip Skokan
e75dc3212e chore(release): 4.3.7 2021-11-18 08:07:48 +01:00
Filip Skokan
ee401c9e0f fix(typescript): b64: true is fine to use in JWT, its useless, but allowed (#324) 2021-11-18 08:05:10 +01:00
Filip Skokan
444cc3f239 refactor: rm src/runtime/node/secret_key.ts 2021-11-16 13:32:18 +01:00
Filip Skokan
cd0a5c7715 chore: cleanup after publish 2021-11-16 12:13:50 +00:00
Filip Skokan
0c5c961044 chore(release): 4.3.6 2021-11-16 13:06:38 +01:00
Filip Skokan
bb762367b9 ci: fail-fast false on electron 2021-11-16 13:00:47 +01:00
Filip Skokan
188c1f7090 fix(electron): rsa-pss keys are never supported 2021-11-16 13:00:36 +01:00
Filip Skokan
4db6e53cc2 test: remove useless regexp escape 2021-11-15 15:14:35 +01:00
Filip Skokan
7365caf488 chore: cleanup after publish 2021-11-12 19:04:46 +00:00
Filip Skokan
11173f4e69 chore(release): 4.3.5 2021-11-12 19:54:55 +01:00
Bob Thomas
9da0a7f49c
fix(typescript): b64 header regression (#324) 2021-11-12 19:53:43 +01:00