An implementation of TOTP and HOTP which are commonly used for multi factor authentication by using a shared key between the client and the server to generate and verify one time use codes.
For documentation and examples visit the project website on GitHub at https://github.com/kspearrin/Otp.NET
An ASP.NET Core library for generating and validating one time passwords for google authenticator.
It seems that dotnet pack has a problem to pack own project. This Package needs AspNetCore.Totp. This is a workaround to not merge my project into one. If you find way of doing it correctly, let me...
More information
DSToken es un sistema que incrementa la seguridad, generando una clave de acceso perecedera de un solo uso OTP (One Time Password) la cual es generada y/o enviada por diferentes medios como Mensaje de Texto, Correo electrónico, Push Notification, Dispositivos Físicos, entre otros.