One of the most important features of any app is authentication. In its simplest form, you want your user to be able to sign up, log in, and log out securely. You could rely on Rails’ built in method has_secure_password to provide that functionality, but then you’re required to add…