文件名称:authy-devise:Authy Devise插件添加了双重身份验证
文件大小:56KB
文件格式:ZIP
更新时间:2024-05-24 17:31:12
Ruby
权威设计 这是一个扩展,用于将添加到Rails应用程序。 OneTouch支持 通用身份验证令牌支持 Rails 5 CSRF保护 运行测试 注意:Twilio Authy API的沙盒功能将于2021年9月30日停止运行 版权 先决条件 要使用Authy API,您需要一个Twilio帐户,在此处注册一个免费的Twilio帐户。 在Twilio控制台中创建一个Authy Application,并记下API密钥。 演示版 有关使用authy-devise的完整演示,请参阅此存储库。 入门 首先从Twilio控制台获取Authy API密钥。 我们建议您将API密钥存储为环境变量。 $ export AUTHY_API_KEY=YOUR_AUTHY_API_KEY 接下来,将gem添加到您的Gemfile中: gem 'devise' gem 'devise-authy'
【文件预览】:
authy-devise-master
----.gitignore(692B)
----app()
--------assets()
--------views()
--------controllers()
----.document(55B)
----config.ru(165B)
----.rspec(36B)
----gemfiles()
--------rails_6.gemfile(311B)
--------rails_5_2.gemfile(314B)
--------.bundle()
----CHANGELOG.md(3KB)
----LICENSE.txt(1KB)
----.github()
--------workflows()
----spec()
--------models()
--------helpers()
--------generators()
--------devise-authy()
--------spec_helper.rb(1KB)
--------config()
--------controllers()
--------factories.rb(710B)
--------internal()
----README.md(8KB)
----config()
--------locales()
----lib()
--------generators()
--------devise-authy()
--------devise-authy.rb(1KB)
----Appraisals(596B)
----Gemfile(38B)
----Rakefile(609B)
----devise-authy.gemspec(2KB)