Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ogulcanturan authored Apr 3, 2024
1 parent ad81616 commit ce99c44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit ce99c44

Please sign in to comment.