Almost all user-driven web applications requires a user authentication feature for, Logging in and out, Registration, Resetting password, and whatnot. Fortunately, to achieve this in Rails we have so many gems available, but they are all very, full-featured. What if we just need the login feature, without registration etc?. Now…