GregBaugues / authy2fa-rails

2FA Implementation with Authy and Ruby on Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Two Factor Authy

Use Authy to add Two Factor Auth to your Rails app.

Running the application

Clone this repository and cd into the directory then.

$ bundle install
$ rake db:create db:migrate
$ export AUTHY_API_KEY=YOUR_AUTHY_KEY
$ rake test
$ rails server

Then visit the application at http://localhost:3000/

Deploy to Heroku

Hit the button!

Deploy

About

2FA Implementation with Authy and Ruby on Rails


Languages

Language:HTML 52.3%Language:Ruby 41.9%Language:CSS 2.9%Language:JavaScript 2.1%Language:CoffeeScript 0.8%