An open API service indexing awesome lists of open source software.

https://github.com/philnash/super-secret-puppies


https://github.com/philnash/super-secret-puppies

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Super Secret Puppies

This is an example application to show how to add two factor authentication to a Rails app with [Devise](https://github.com/plataformatec/devise) and [Authy](https://www.authy.com).

## Running the app

You can run the app with the following commands:

```
$ git clone https://github.com/philnash/super-secret-puppies.git
$ cd super-secret-puppies
$ bundle install
$ bundle exec rails server
```

## Adding Devise and 2FA with Authy

You will have to look out for a blog post with all the details. The completed application is in the complete branch.