From 813fe48ad0db92e82a9c31df3a81de34e7c9fd68 Mon Sep 17 00:00:00 2001 From: Misbah1983 <72230955+Misbah1983@users.noreply.github.com> Date: Fri, 2 Oct 2020 20:42:34 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe45697..29c67c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -ASP.NET Web API HMAC Authentication (API Key Authentication) +ASP.NET Web API HMAC Authentication +(API Key Authentication) ======================== -Project shows how to secure ASP.NET Web API using API Keys, this technique is useful when TLS protocol is not an option and transmitting data should be done securely. +Project shows how to secure ASP.NET Web API using API Keys.This technique is useful when TLS protocol is not an option and transmitting data should be done securely.