From db622c825e7e93942b9de07bcee165989248cfc8 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sun, 20 Oct 2024 23:19:27 +0200 Subject: [PATCH] chore: update README.md --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 42e14e18e7..190e91ce9b 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ ## Sponsor - - - Auth0 by Okta + + + Auth0 by Okta If you want to quickly add JWT authentication to JavaScript apps, feel free to check out Auth0's JavaScript SDK and free plan. [Create an Auth0 account; it's free!][sponsor-auth0]

@@ -25,11 +25,13 @@ Support from the community to continue maintaining and improving this module is `jose` is distributed via [npmjs.com](https://www.npmjs.com/package/jose), [deno.land/x](https://deno.land/x/jose), [cdnjs.com](https://cdnjs.com/libraries/jose), [jsdelivr.com](https://www.jsdelivr.com/package/npm/jose), and [github.com](https://github.com/panva/jose). **`example`** ESM import + ```js import * as jose from 'jose' ``` **`example`** CJS require + ```js const jose = require('jose') ``` @@ -107,6 +109,7 @@ The following are additional features and utilities provided by the `jose` modul The `jose` module is compatible with JavaScript runtimes that support the utilized Web API globals and standard built-in objects or are Node.js. The following runtimes are supported _(this is not an exhaustive list)_: + - [Bun](https://github.com/panva/jose/issues/471) - [Browsers](https://github.com/panva/jose/issues/263) - [Cloudflare Workers](https://github.com/panva/jose/issues/265) @@ -119,11 +122,11 @@ Please note that certain algorithms may not be available depending on the runtim ## Supported Versions -| Version | Security Fixes 🔑 | Other Bug Fixes 🐞 | New Features ⭐ | -| ------- | --------- | -------- | -------- | -| [v5.x](https://github.com/panva/jose/tree/v5.x) | ✅ | ✅ | ✅ | -| [v4.x](https://github.com/panva/jose/tree/v4.x) | ✅ | ❌ | ❌ | -| [v2.x](https://github.com/panva/jose/tree/v2.x) | ✅ | ❌ | ❌ | +| Version | Security Fixes 🔑 | Other Bug Fixes 🐞 | New Features ⭐ | +| ----------------------------------------------- | ----------------- | ------------------ | --------------- | +| [v5.x](https://github.com/panva/jose/tree/v5.x) | ✅ | ✅ | ✅ | +| [v4.x](https://github.com/panva/jose/tree/v4.x) | ✅ | ❌ | ❌ | +| [v2.x](https://github.com/panva/jose/tree/v2.x) | ✅ | ❌ | ❌ | ## Specifications @@ -143,7 +146,6 @@ Please note that certain algorithms may not be available depending on the runtim The algorithm implementations in `jose` have been tested using test vectors from their respective specifications as well as [RFC7520](https://www.rfc-editor.org/rfc/rfc7520). - [sponsor-auth0]: https://auth0.com/signup?utm_source=external_sites&utm_medium=panva&utm_campaign=devn_signup