Skip to content

Commit 2e85fd6

Browse files
committed
docs: update changelog.md file
1 parent f0a74ca commit 2e85fd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/jose/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1010

1111
### Added
1212

13+
- Added configuration options for signature verification and decryption via `verifyJWS` and `decryptJWE` functions. [#48](https://github.com/aura-stack-ts/auth/pull/48)
14+
1315
- Added Key derivation support to `createJWT`, `encodeJWT` and `decodeJWT` functions which allows to pass the separated keys for signing and encrypting the JWTs using the `jws` and `jwe` properties as argument in the functions. [#45](https://github.com/aura-stack-ts/auth/pull/45)
1416

1517
---

0 commit comments

Comments
 (0)