Simple Rails Login
Demonstration of setting up login from scratch with Rails.
Core of login/profiles Extension of one time password code for 2FA, for example. This was inspired by DHH’s comment on the Remote Ruby podcast that an experienced developer should be able to create a secure login feature using what’s in the box with rails. Writing the originally login took less than an hour thanks to the has_secure_password feature built into Rails.