From a70bd3245451e9253e8015044744513980377879 Mon Sep 17 00:00:00 2001 From: Joshua Zillwood Date: Wed, 27 May 2026 22:15:28 -0500 Subject: [PATCH] fix: revise summary for HMAC authentication integration --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45a4f2f..d0866b2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## Summary -Integrate hmac authentication seamlessly into your ASP.NET Core applications, fortifying security measures and ensuring robust authentication protocols. +Add secure HMAC request authentication to ASP.NET Core APIs with lightweight, configurable middleware. ## Features @@ -39,4 +39,4 @@ Integrate hmac authentication seamlessly into your ASP.NET Core applications, fo ## Further Reading - [Hmac](https://en.wikipedia.org/wiki/Hmac) -- [Sign an Http Request](https://learn.microsoft.com/en-us/azure/communication-services/tutorials/Hmac-header-tutorial?pivots=programming-language-csharp) \ No newline at end of file +- [Sign an Http Request](https://learn.microsoft.com/en-us/azure/communication-services/tutorials/Hmac-header-tutorial?pivots=programming-language-csharp)