Rails newbie, here.
I'm looking for a rails gem to help with user authentication, but I have a pretty specific situation. I need to be able to customize the gem to allow for new users to be added only by those who already have a username(email, actually)/password. Then the new user gets an invite and can fill out their profile.
Does anybody have a suggestion for a gem that I might be able to use to get started?
Thanks!!!