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

Updated Home (markdown)

2021-05-31 01:58:28 +03:00
parent 737cdc8e63
commit 45b6824790
+17 -5
@@ -2,8 +2,20 @@
.NET library for TOTP/HOTP implementation on server (ASP.NET) or client (Xamarin) side
## Table of contents
- [OTP overview](https://github.com/XFox111/SimpleOTP/wiki/OTP-overview)
- [Configuration](https://github.com/XFox111/SimpleOTP/wiki/Configuration)
- [Code generation/validation](https://github.com/XFox111/SimpleOTP/wiki/Code-generation-or-validation)
- [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory-overview)
- [API reference](https://github.com/XFox111/SimpleOTP/wiki/API-reference)
- Get started
- [OTP overview](https://github.com/XFox111/SimpleOTP/wiki/OTP-overview)
- [Configuration](https://github.com/XFox111/SimpleOTP/wiki/Configuration)
- [Code generation/validation](https://github.com/XFox111/SimpleOTP/wiki/Code-generation-or-validation)
- [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory-overview)
- [API reference](https://github.com/XFox111/SimpleOTP/wiki/API-reference)
- [OTPService](https://github.com/XFox111/SimpleOTP/wiki/OTPService)
- [GenerateCode](https://github.com/XFox111/SimpleOTP/wiki/OTPService.GenerateCode)
- [ValidateTotp](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateTotp)
- [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)
- [OTPConfiguration](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration)
- [OTPCode](https://github.com/XFox111/SimpleOTP/wiki/OTPCode)
- [OTPType](https://github.com/XFox111/SimpleOTP/wiki/OTPType)
- [Algorithm](https://github.com/XFox111/SimpleOTP/wiki/Algorithm)
- [SecretGenerator](https://github.com/XFox111/SimpleOTP/wiki/SecretGenerator)