You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
The `jose` module supports JSON Web Tokens (JWT) and provides functionality for signing and verifying tokens, as well as their JWT Claims Set validation.
19
19
20
-
-[Signing](https://github.com/panva/jose/blob/v4.15.5/docs/classes/jwt_sign.SignJWT.md) using the `SignJWT` class
21
-
-[Verification & JWT Claims Set Validation](https://github.com/panva/jose/blob/v4.15.5/docs/functions/jwt_verify.jwtVerify.md) using the `jwtVerify` function
22
-
-[Using a remote JWKS](https://github.com/panva/jose/blob/v4.15.5/docs/functions/jwks_remote.createRemoteJWKSet.md)
23
-
-[Using a local JWKS](https://github.com/panva/jose/blob/v4.15.5/docs/functions/jwks_local.createLocalJWKSet.md)
20
+
-[Signing](https://github.com/panva/jose/blob/v4.15.6/docs/classes/jwt_sign.SignJWT.md) using the `SignJWT` class
21
+
-[Verification & JWT Claims Set Validation](https://github.com/panva/jose/blob/v4.15.6/docs/functions/jwt_verify.jwtVerify.md) using the `jwtVerify` function
22
+
-[Using a remote JWKS](https://github.com/panva/jose/blob/v4.15.6/docs/functions/jwks_remote.createRemoteJWKSet.md)
23
+
-[Using a local JWKS](https://github.com/panva/jose/blob/v4.15.6/docs/functions/jwks_local.createLocalJWKSet.md)
-[Decoding JWT Claims Set](https://github.com/panva/jose/blob/v4.15.5/docs/functions/util_decode_jwt.decodeJwt.md) prior to its validation
-[Decoding JWT Claims Set](https://github.com/panva/jose/blob/v4.15.6/docs/functions/util_decode_jwt.decodeJwt.md) prior to its validation
27
27
28
28
### Encrypted JSON Web Tokens
29
29
30
30
The `jose` module supports encrypted JSON Web Tokens and provides functionality for encrypting and decrypting tokens, as well as their JWT Claims Set validation.
31
31
32
-
-[Encryption](https://github.com/panva/jose/blob/v4.15.5/docs/classes/jwt_encrypt.EncryptJWT.md) using the `EncryptJWT` class
33
-
-[Decryption & JWT Claims Set Validation](https://github.com/panva/jose/blob/v4.15.5/docs/functions/jwt_decrypt.jwtDecrypt.md) using the `jwtDecrypt` function
32
+
-[Encryption](https://github.com/panva/jose/blob/v4.15.6/docs/classes/jwt_encrypt.EncryptJWT.md) using the `EncryptJWT` class
33
+
-[Decryption & JWT Claims Set Validation](https://github.com/panva/jose/blob/v4.15.6/docs/functions/jwt_decrypt.jwtDecrypt.md) using the `jwtDecrypt` function
The `jose` module supports importing, exporting, and generating keys and secrets in various formats, including PEM formats like SPKI, X.509 certificate, and PKCS #8, as well as JSON Web Key (JWK).
The `jose` module supports signing and verification of JWS messages with arbitrary payloads in Compact, Flattened JSON, and General JSON serialization syntaxes.
The `jose` module supports encryption and decryption of JWE messages with arbitrary plaintext in Compact, Flattened JSON, and General JSON serialization syntaxes.
-[Verification using a JWK Embedded in a JWS Header](https://github.com/panva/jose/blob/v4.15.5/docs/functions/jwk_embedded.EmbeddedJWK.md)
-[Verification using a JWK Embedded in a JWS Header](https://github.com/panva/jose/blob/v4.15.6/docs/functions/jwk_embedded.EmbeddedJWK.md)
Copy file name to clipboardexpand all lines: package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "jose",
3
-
"version": "4.15.5",
3
+
"version": "4.15.6",
4
4
"description": "'JSON Web Almost Everything' - JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes",
0 commit comments