From 0dc22f94c7cebba47c64661222a039f292443ace Mon Sep 17 00:00:00 2001 From: Bruno Brito Date: Wed, 12 May 2021 04:16:59 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21c9d0d..0fed022 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Json Web Key Set Manager -![Nuget](https://img.shields.io/nuget/v/Jwks.Manager)![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/brunohbrito/Jwks.Manager/14)[![Build Status](https://dev.azure.com/brunohbrito/Jwks.Manager/_apis/build/status/brunohbrito.Jwks.Manager?branchName=master)](https://dev.azure.com/brunohbrito/Jwks.Manager/_build/latest?definitionId=15&branchName=master) +![Nuget](https://img.shields.io/nuget/v/Jwks.Manager)[![Master - Publish packages](https://github.com/NetDevPack/Security.JwtSigningCredentials/actions/workflows/publish-package.yml/badge.svg)](https://github.com/NetDevPack/Security.JwtSigningCredentials/actions/workflows/publish-package.yml) The JSON Web Key Set (JWKS) is a set of keys which contains the public keys used to verify any JSON Web Token (JWT) issued by the authorization server.