From 516419ec47164dabb3f44932b7a1387b68381b52 Mon Sep 17 00:00:00 2001 From: Bryan Ingle Date: Tue, 19 Nov 2024 13:31:18 -0700 Subject: [PATCH] Update documentation --- docs/content/release_notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/content/release_notes.md b/docs/content/release_notes.md index 447c8f7..dd42f66 100644 --- a/docs/content/release_notes.md +++ b/docs/content/release_notes.md @@ -1,5 +1,14 @@ # Release Notes +## 4.21.0 +**New Features** + +* Updated the `security/demo/getJwtGenerator` function to request JWT with a 60 minute expiration window. + +**Technical Enhancements** + +* Removed unused [`jsonwebtoken`](https://github.com/auth0/node-jsonwebtoken) library as a dependency. + ## 4.20.0 **New Features**