From 510ba96e8dafadea5cf3d582e1885d744156c43a Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Fri, 28 May 2021 20:32:28 +0300 Subject: [PATCH] Initial Home page --- Home.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..229be22 --- /dev/null +++ b/Home.md @@ -0,0 +1,13 @@ +# Welcome to the SimpleOTP wiki! +.NET library for TOTP/HOTP implementation on server (ASP.NET) or client (Xamarin) side + +## Table of contents +- [OTP overview]() +- [Configuration]() +- [Code generation/validation]() +- [OTPFactory]() + +## Copyrights +> ©2021 Eugene Fox + +Licensed under [MIT License](https://opensource.org/licenses/MIT) \ No newline at end of file