From 329912bc8917aed2ce1f1a63b763c676905702c1 Mon Sep 17 00:00:00 2001 From: Dolph Flynn <96876199+DolphFlynn@users.noreply.github.com> Date: Sat, 11 Jan 2025 17:47:48 +0000 Subject: [PATCH] Update README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1672a26..28a2eed 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Additionally it facilitates several well-known attacks against JWT implementatio **Unreleased** - Add ability to test for HMAC signatures using [weak secrets](https://github.com/wallarm/jwt-secrets). - Add import capability for JWK data. +- Add support for decimal TimeClaims (Thanks to [Nirusu](https://github.com/Nirusu)). - Remember last used key within Signing dialog. **2.4 2024-12-24**