2

是否可以使用 Google 的 android 应用程序Google Authenticator在 Rails 中实现两步身份验证?

我想实现类似于dropbox的两步验证。他们也使用 Google Authenticator。

Rails 中是否有任何示例代码/应用程序?

4

3 回答 3

4

一个小小的谷歌搜索揭示了一个 gem 扩展来设计这样做

https://github.com/AsteriskLabs/devise_google_authenticator

或者有一篇博客文章提供了有关如何滚动自己的提示

https://moocode.com/posts/5-simple-two-factor-ssh-authentication-with-google-authenticator

于 2012-10-07T09:39:31.550 回答
4

ActiveModel::Otp 使向模型中添加两​​因素身份验证 (TFA) 变得简单https://github.com/heapsource/active_model_otp

于 2013-11-26T16:27:24.397 回答
0

我认为这个宝石更好,因为它是可扩展的。如果需要,可以设置备用代码。

锡箔两因素

于 2016-05-20T20:20:10.620 回答