From 85bcb614e4d5920d26a61bc9c94f457fd86d7389 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 12 Aug 2022 13:36:34 -1000 Subject: [PATCH] JWT --- aspnetcore/release-notes/aspnetcore-7.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aspnetcore/release-notes/aspnetcore-7.0.md b/aspnetcore/release-notes/aspnetcore-7.0.md index 70bf3c59c6f5..46708930f0eb 100644 --- a/aspnetcore/release-notes/aspnetcore-7.0.md +++ b/aspnetcore/release-notes/aspnetcore-7.0.md @@ -246,3 +246,7 @@ With Visual Studio, select the new **Do not use top-level statements** checkbox ### Updated Angular and React templates The Angular project template has been updated to Angular 14. The React project template has been updated to React 18.2. + +### Manage JSON Web Tokens in development with dotnet user-jwts + +The new `dotnet user-jwts` command line tool can create and manage app specific local [JSON Web Tokens](https://jwt.io/introduction) (JWTs). For more information, see [Manage JSON Web Tokens in development with dotnet user-jwts](xref:security/authentication/jwt?view=aspnetcore-7.0&preserve-view=true). \ No newline at end of file