mirror of
https://github.com/XFox111/SimpleOTP.git
synced 2026-04-22 08:00:45 +03:00
Updated Home (markdown)
+12
@@ -2,8 +2,20 @@
|
||||
.NET library for TOTP/HOTP implementation on server (ASP.NET) or client (Xamarin) side
|
||||
|
||||
## Table of contents
|
||||
- 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)
|
||||
Reference in New Issue
Block a user