From f8c16fb6763e50b09a926cf7aa1624d6dd794f15 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Sun, 9 Apr 2023 13:20:53 -1000 Subject: [PATCH] Update jwt-authn.md (#28892) --- aspnetcore/security/authentication/jwt-authn.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/aspnetcore/security/authentication/jwt-authn.md b/aspnetcore/security/authentication/jwt-authn.md index 24c52519b1..116fc46afc 100644 --- a/aspnetcore/security/authentication/jwt-authn.md +++ b/aspnetcore/security/authentication/jwt-authn.md @@ -15,10 +15,6 @@ By [Rick Anderson](https://twitter.com/RickAndMSFT) The `dotnet user-jwts` command line tool can create and manage app specific local [JSON Web Tokens](https://jwt.io/introduction) (JWTs). -## Name - -`dotnet user-jwts` - Cleans the output of a project. - ## Synopsis ```dotnetcli