Beginner RoR developer here. As the headline states; which authentication system to use?
I have gone through the Hartl tutorial but would like to try one system-in-a-box solution as well. What system can you recommend me? All links I have found seem not really to support Rails 5 so that's why I'm reaching out over here.
Cheers!
Use Devise. It’s a standard and well-supported. There is an example application using Devise and Rails 5 from the [RailsApps](http://railsapps.github.io/) project.