Skip to content

Instantly share code, notes, and snippets.

View robinkanters's full-sized avatar
🇳🇴

Robin Kanters robinkanters

🇳🇴
View GitHub Profile

#Simple Authentication with Bcrypt

This tutorial is for adding authentication to a vanilla Ruby on Rails app using Bcrypt and has_secure_password.

The steps below are based on Ryan Bates's approach from Railscast #250 Authentication from Scratch (revised).

You can see the final source code here: repo. I began with a stock rails app using rails new gif_vault

##Steps