Register/Login Recipe

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.

Dean

On Aug 30, 2012, at 11:51 AM, Dean C. wrote:

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