是否可以使用 Google 的 android 应用程序Google Authenticator在 Rails 中实现两步身份验证?
我想实现类似于dropbox的两步验证。他们也使用 Google Authenticator。
Rails 中是否有任何示例代码/应用程序?
是否可以使用 Google 的 android 应用程序Google Authenticator在 Rails 中实现两步身份验证?
我想实现类似于dropbox的两步验证。他们也使用 Google Authenticator。
Rails 中是否有任何示例代码/应用程序?
一个小小的谷歌搜索揭示了一个 gem 扩展来设计这样做
https://github.com/AsteriskLabs/devise_google_authenticator
或者有一篇博客文章提供了有关如何滚动自己的提示
https://moocode.com/posts/5-simple-two-factor-ssh-authentication-with-google-authenticator
ActiveModel::Otp 使向模型中添加两因素身份验证 (TFA) 变得简单https://github.com/heapsource/active_model_otp
我认为这个宝石更好,因为它是可扩展的。如果需要,可以设置备用代码。