https://github.com/philnash/super-secret-puppies
https://github.com/philnash/super-secret-puppies
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/philnash/super-secret-puppies
- Owner: philnash
- Created: 2016-01-25T17:32:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T10:28:20.000Z (over 9 years ago)
- Last Synced: 2025-03-27T17:47:00.503Z (7 months ago)
- Language: Ruby
- Size: 930 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.