From 3ca467a65214c21db514dc2077e44e95a751a982 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Tue, 1 Jun 2021 15:50:42 +0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 27748ff..a827e10 100644 --- a/Home.md +++ b/Home.md @@ -3,7 +3,7 @@ ## Table of contents - Get started - - [OTP overview](https://github.com/XFox111/SimpleOTP/wiki/OTP-overview) (TBD) + - [OTP overview (Wikipedia)](https://en.wikipedia.org/wiki/Time-based_One-Time_Password) - [Configuration](https://github.com/XFox111/SimpleOTP/wiki/Configuration) (TBD) - [Code generation/validation](https://github.com/XFox111/SimpleOTP/wiki/Code-generation-or-validation) - [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory-overview) (TBD) @@ -14,7 +14,12 @@ - [ValidateHotp](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateHotp) - [ValidateCode](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateCode) - [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory) (TBD) - - [OTPConfiguration](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration) (TBD) + - [OTPConfiguration](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration) + - [GenerateConfiguration](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GenerateConfiguration) + - [GetConfiguration](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetConfiguration) + - [GetUri](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetUri) + - [GetFancySecret](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetFancySecret) + - [GetQrImage](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetQrImage) - [OTPCode](https://github.com/XFox111/SimpleOTP/wiki/OTPCode) - [GetCode](https://github.com/XFox111/SimpleOTP/wiki/OTPCode.GetCode) - [OTPType](https://github.com/XFox111/SimpleOTP/wiki/OTPType)