rails中的两步验证

时间:2012-10-07 06:57:04

标签: ruby-on-rails ruby-on-rails-3 authentication rsa

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

我想实施类似于dropbox的两步验证。他们也使用Google身份验证器。

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

3 个答案:

答案 0 :(得分:4)

一个小小的谷歌搜索已经揭示了一个宝石扩展来设计这样做

https://github.com/AsteriskLabs/devise_google_authenticator

或者有一篇博客文章提供了有关如何推出自己的

的提示

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

答案 1 :(得分:4)

ActiveModel :: Otp使双因素身份验证(TFA)添加到模型简单https://github.com/heapsource/active_model_otp

答案 2 :(得分:0)

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

Tinfoil Two factor