是否有关于如何实现谷歌身份验证在.NET应用程序的教程?如何实现、应用程序、身份验证、教程

2023-09-03 08:25:17 作者:骨子里的傲

我正在寻找关于如何使用谷歌身份验证在教程.NET-应用程序。这是否存在,如果是这样,我在哪里可以找到它?

I'm looking for a tutorial on how to use Google Authenticator in .NET-apps. Does this exist, and if so, where can I find it?

据我所知,这可以用来添加双因素身份验证您自己的应用程序。

I understand that this can be used to add two-factor-authentication to your own apps.

推荐答案

在一个有点研究和测试中,我创造了我自己对如何您可以生成QR-形象,扫描,概念证明型的你手机,然后验证手机上的引脚code是正确的。也许这可以进一步发展,如果有人想加入库?在code可以在这里找到:

After a bit of researching and testing I created my own "proof-of-concept" on how to you can generate a QR-image, scan it from your phone, and then verify that the pin-code on the phone is correct. Maybe this could be developed further as a library if anyone wants to join? The code can be found here:

https://github.com/esp0/googleAuthNet