Android-2FA-with-Google-authenticator:使用Twilio的Authy API和firebase在Android中实现两因素身份验证的示例。 | 教程

时间:2021-05-16 09:36:52
【文件属性】:
文件名称:Android-2FA-with-Google-authenticator:使用Twilio的Authy API和firebase在Android中实现两因素身份验证的示例。 | 教程
文件大小:600KB
文件格式:ZIP
更新时间:2021-05-16 09:36:52
android firebase twofactorauth two-factor-authentication android-tutorial Android中的双重身份验证-使用Authy API 这是一个使用在Android中实现两因素身份验证的示例 描述 您可以使用该项目和以下教程来实现: 在其他设备上使用Google身份验证器进行两因素身份验证(使用QR码) 教程: /* * get auth creds from previous activity * */ Bundle extras = getIntent() . getExtras(); if (extras != null ) { userId = extras . getString( " userId " ); } qrCodeCallUrl = " https://api.authy.com/protected/json/users/ " + userId + "
【文件预览】:
Android-2FA-with-Google-authenticator-master
----gradlew(5KB)
----settings.gradle(15B)
----gradle()
--------wrapper()
----README.md(12KB)
----screenshots()
--------google auth method.png(54KB)
--------2fagoogleAuthenticator2.png(48KB)
--------2faSmsCode.png(46KB)
--------2fagoogleAuthenticator1.png(65KB)
--------2fa method.png(49KB)
--------signup.png(50KB)
----gradlew.bat(2KB)
----gradle.properties(726B)
----.gitignore(587B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(2KB)
--------proguard-rules.pro(751B)
----build.gradle(595B)

网友评论