Hello all,
I’m new to RoR and I’m building my first app.
Is there a most used recipe or procedure to create a Registration/Login mechanism that gives the ability to register with a set of fields (name, login, email, password) or use Facebook/Twitter ?
Something that is more or less standard?
Many thanks.
Have a look at Devise, theres a good rails cast on using it.
http://railscasts.com/episodes/209-introducing-devise
Dean
Have a look at Devise, theres a good rails cast on using it.
#209 Introducing Devise - RailsCasts
Dean
And beaucoup plug-ins like Ominauth to deal with multi-provider authentication.
Walter