Simple Rails authentication
In this tutorial, we'll dive into rolling our own authentication in Rails, allowing users to sign in and log out. We'll be using the `has_secure_password` library that comes built-in with Rails, providing security by handling encryption and creati...
