Commit graph

14 commits

Author SHA1 Message Date
Filip Skokan
aaba8f3000 fix: createRemoteJWKSet handles all JWS syntaxes 2021-11-11 22:05:17 +01:00
Filip Skokan
92df7032fe
style: global prettierc 2021-10-27 17:47:13 +02:00
Filip Skokan
dd2cf9ed2d
refactor: redo exports to support broader tooling
BREAKING CHANGE: All module named exports have moved from subpaths to
just "jose". For example, `import { jwtVerify } from 'jose/jwt/verify'`
is now just `import { jwtVerify } from 'jose'`.

BREAKING CHANGE: All submodule default exports and named have been
removed in favour of just "jose" named exports.
2021-10-14 14:08:05 +02:00
Filip Skokan
a51a9f6770
refactor: remove public API default exports in favour of named ones 2021-10-14 13:45:03 +02:00
Filip Skokan
914e47fc9b
refactor: remove util/random
BREAKING CHANGE: The undocumented `jose/util/random` was removed.
2021-10-14 13:44:53 +02:00
Filip Skokan
efa1619517
fix: proper createRemoteJWKSet timeoutDuration handling
fixes #277
2021-10-06 16:09:34 +02:00
Filip Skokan
ee03b7eefa
test: bump deno, update imports 2021-09-29 14:08:59 +02:00
Filip Skokan
a012a1c729
test: cf with got 2021-09-26 21:45:53 +02:00
Filip Skokan
dcaaaf39ef
test: throttle cf requests 2021-09-26 12:52:41 +02:00
Filip Skokan
a2af0f45fe
feat: add X.509/SPKI/PKCS8 key import and SPKI/PKCS8 export functions 2021-09-22 23:50:08 +02:00
Filip Skokan
6ea19c3aaa test: add negative tests for CF, Deno, Browsers 2021-09-10 11:11:51 +02:00
Filip Skokan
0967369402 feat(cloudflare workers): add support for EdDSA using Ed25519 2021-09-10 10:36:37 +02:00
Filip Skokan
8b3cc9818e test: less browser and deno test duplication 2021-09-07 16:15:12 +02:00
Filip Skokan
8cc2ac8160 ci: test with Cloudflare Workers 2021-09-07 10:42:28 +02:00