Hi there, I have been looking for a plugin to authenticate and authorize users in a ruby on rails application. I found some options like: Restful authentication, Authologic, Clearence and Devise. I would like to know your opinions about these plugins, so I can choose one to use in the app. Thanks in advance, Marcelo P Brasil -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
bramu.ss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2010-Apr-20 10:50 UTC
Re: Authentication and Authorization
You can use Devise for authentication and for Authorization you can go with cancan... If you already know how to install configure and work with these plugins then OK otherwise there are railscasts to start with .. I hope this helps... - Ramu. On Apr 20, 4:23 am, Marcelo Pereira <marcel...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi there, > > I have been looking for a plugin to authenticate and authorize users > in a ruby on rails application. > > I found some options like: > > Restful authentication, Authologic, Clearence and Devise. > > I would like to know your opinions about these plugins, so I can > choose one to use in the app. > > Thanks in advance, > > Marcelo P > Brasil > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
On Mon, Apr 19, 2010 at 8:23 PM, Marcelo Pereira <marcelops-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi there, > > I have been looking for a plugin to authenticate and authorize users > in a ruby on rails application. > > I found some options like: > > Restful authentication, Authologic, Clearence and Devise. > > I would like to know your opinions about these plugins, so I can > choose one to use in the app. >I would go with Authlogic for authentication. If your authorization requirements will be simple, cancan it''s just fine, if you plan growing up in matter of roles and stuff, I would recommend Declarative Authorization. Hope it helps. -- Leonardo Mateo. There''s no place like ~ -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.