1
0
mirror of https://github.com/XFox111/SimpleOTP.git synced 2026-04-22 08:00:45 +03:00

Updated Home (markdown)

2021-06-01 15:50:42 +03:00
parent d3dde8e614
commit 3ca467a652
+7 -2
@@ -3,7 +3,7 @@
## Table of contents ## Table of contents
- Get started - 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) - [Configuration](https://github.com/XFox111/SimpleOTP/wiki/Configuration) (TBD)
- [Code generation/validation](https://github.com/XFox111/SimpleOTP/wiki/Code-generation-or-validation) - [Code generation/validation](https://github.com/XFox111/SimpleOTP/wiki/Code-generation-or-validation)
- [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory-overview) (TBD) - [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory-overview) (TBD)
@@ -14,7 +14,12 @@
- [ValidateHotp](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateHotp) - [ValidateHotp](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateHotp)
- [ValidateCode](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateCode) - [ValidateCode](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateCode)
- [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory) (TBD) - [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) - [OTPCode](https://github.com/XFox111/SimpleOTP/wiki/OTPCode)
- [GetCode](https://github.com/XFox111/SimpleOTP/wiki/OTPCode.GetCode) - [GetCode](https://github.com/XFox111/SimpleOTP/wiki/OTPCode.GetCode)
- [OTPType](https://github.com/XFox111/SimpleOTP/wiki/OTPType) - [OTPType](https://github.com/XFox111/SimpleOTP/wiki/OTPType)