From 7ddbc99145376bc89aaea3855c14f2ae6ed166f6 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Thu, 15 Sep 2022 21:35:09 +0200 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb86f51c65..ffcc0573d7 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ import * as jose from 'https://deno.land/x/jose/index.ts' #### How is it different from [`jws`](https://github.com/brianloveswords/node-jws), [`jwa`](https://github.com/brianloveswords/node-jwa) or [`jsonwebtoken`](https://github.com/auth0/node-jsonwebtoken)? -- it supports Browser, Cloudflare Workers, and Deno runtimes +- it supports Browser, Deno, Cloudflare Workers, and other Web-interoperable runtimes - it supports encrypted JWTs (i.e. in JWE format) - supports secp256k1, Ed25519, Ed448, X25519, and X448 - it supports JWK Key Format for all four key types (oct, RSA, EC and OKP)