Just wondering what people would recommend - restful_authentication, acts_as_authenticated ... or something else? cheers, DAZ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
restful-authentication all the way. It''s always worked for any project I''ve needed user auth for. -- Josh http://iammrjoshua.com DAZ wrote:> Just wondering what people would recommend - restful_authentication, > acts_as_authenticated ... or something else? > > cheers, > > DAZ-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I second that. Casey On Mon, Dec 22, 2008 at 1:06 PM, Joshua Abbott < rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > restful-authentication all the way. It''s always worked for any project > I''ve needed user auth for. > > -- Josh > http://iammrjoshua.com > > DAZ wrote: > > Just wondering what people would recommend - restful_authentication, > > acts_as_authenticated ... or something else? > > > > cheers, > > > > DAZ > > -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Dec 22, 1:06 pm, Joshua Abbott <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> restful-authentication all the way. It''s always worked for any project > I''ve needed user auth for.[...] That''s what I use (although I''ve been meaning to patch it to use bcrypt). Best, -- Marnen Laibow-Koser marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org http://www.marnen.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks guys, anybody got any tips on how to use it, best practice etc? DAZ On Dec 22, 10:22 pm, Marnen Laibow-Koser <mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.org> wrote:> On Dec 22, 1:06 pm, Joshua Abbott <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote:> restful-authentication all the way. It''s always worked for any project > > I''ve needed user auth for. > > [...] > > That''s what I use (although I''ve been meaning to patch it to use > bcrypt). > > Best, > -- > Marnen Laibow-Koser > mar...-sbuyVjPbboAzsqOy+PStLQ@public.gmane.org://www.marnen.org--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
The README is there to help you through it. The first command you''ll want to run after installing it is: script/generate authentication session user. ----- Ryan Bigg Freelancer http://frozenplague.net On 24/12/2008, at 4:18 AM, DAZ wrote:> > Thanks guys, anybody got any tips on how to use it, best practice etc? > > DAZ > > On Dec 22, 10:22 pm, Marnen Laibow-Koser <mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.org> wrote: >> On Dec 22, 1:06 pm, Joshua Abbott <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> >> wrote:> restful-authentication all the way. It''s always worked for >> any project >>> I''ve needed user auth for. >> >> [...] >> >> That''s what I use (although I''ve been meaning to patch it to use >> bcrypt). >> >> Best, >> -- >> Marnen Laibow-Koser >> mar...-sbuyVjPbboAzsqOy+PStLQ@public.gmane.org://www.marnen.org > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---