文件名称:totp-two-factor-auth-demo:一个易于理解的TOTP两因素身份验证演示(特别是Google Authenticator)
文件大小:46KB
文件格式:ZIP
更新时间:2024-06-06 09:38:11
C#
我想要一个简单易懂的示例,该示例使用支持两因素身份,所以我做到了! 由于Google Authenticator只是的实现,我真正要做的是如何在ASP.NET MVC页面中使用TOTP。 它使用基本的,易于理解的会话和用户存储库来支持演示的核心。 它使用实现实际的TOTP算法。 它还使用向用户显示秘密,以简化对Google Authenticator之类的移动应用程序的配置。 除了MVC之外,它不使用任何框架,这使得可以轻松查看代码的两因素身份验证方面正在发生的情况。 我依靠来创建此演示,并且还结合了呈现QR码的方法。
【文件预览】:
totp-two-factor-auth-demo-master
----TotpAuthenticationExample.sln(1KB)
----readme.md(1KB)
----TotpAuthenticationExample()
--------packages.config(618B)
--------Web.config(2KB)
--------Web.Debug.config(1KB)
--------Controllers()
--------App_Start()
--------Web.Release.config(1KB)
--------Global.asax.cs(437B)
--------Global.asax(117B)
--------Scripts()
--------Views()
--------Content()
--------TotpAuthenticationExample.csproj(8KB)
--------Properties()
--------Data()
----.gitignore(1KB)