From ce99c44c8d212119187e85327fb5e4da9d82273f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fulcan=20TURAN?= Date: Wed, 3 Apr 2024 03:06:26 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd76655..f468b7e 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,10 @@ long counter = 0; // if succeed, increase counter and save this var otpValidationResult = _hotp.ValidateCode(code, secretKey, counter); ``` -**sample console app:** [Otp.Console](https://github.com/ogulcanturan/Ogu.Otp/blob/master/samples/Otp.Console/Program.cs/) -**sample web app:** [Otp.Api](https://github.com/ogulcanturan/Ogu.Otp/blob/master/samples/Otp.Api/) +## Sample Application +A sample application demonstrating the usage of Ogu.Otp [Console](https://github.com/ogulcanturan/Ogu.Otp/blob/master/samples/Otp.Console/), [Otp.Api](https://github.com/ogulcanturan/Ogu.Otp/blob/master/samples/Otp.Api/). ## Credits - This library makes use of certain codes and resources from [AspNetCore](https://github.com/dotnet/aspnetcore), [Base32.cs](https://github.com/dotnet/aspnetcore/blob/main/src/Identity/Extensions.Core/src/Base32.cs), [Rfc6238AuthenticationService.cs](https://github.com/dotnet/aspnetcore/blob/main/src/Identity/Extensions.Core/src/Rfc6238AuthenticationService.cs)