Now that we can submit links to the site, it's time to set up users. You could implement your own authentication for each project, but most of the time the requirements for this are the same, so why not use a canned solution? A popular solution for authentication is to use Devise, so we'll do that. We start by installing Devise.
Comments
No comments yet. Leave a Comment

