Skip to content

Instantly share code, notes, and snippets.

View nicbet's full-sized avatar

Nicolas Bettenburg nicbet

View GitHub Profile
@nicbet
nicbet / Deploy a Phoenix app with Dokku.md
Created October 4, 2019 17:27 — forked from col/Deploy a Phoenix app with Dokku.md
Deploy a Phoenix app with Dokku
@nicbet
nicbet / simple_authentication_rails_5_bcrypt_and_has_secure_password.md
Created February 8, 2019 02:59 — forked from iscott/simple_authentication_rails_5_bcrypt_and_has_secure_password.md
Cheat Sheet: Simple Authentication in Rails 5 with has_secure_password

Cheat Sheet: Simple Authentication in Rails 5 with has_secure_password

The goal of this cheatsheet is to make it easy to add hand-rolled authentication to any rails app in a series of layers.

First the simplest/core layers, then optional layers depending on which features/functionality you want.

Specs
AUTHOR Ira Herman
LANGUAGE/STACK Ruby on Rails Version 4 or 5