hi, i made a rails2 app with authentication a while ago for a friend (rails2 + restfulauthentication) . now he wants me to another one. userbase is the same. now what the best to have only one authentication system and have the 2 apps "looking up" credentials etc on the authentication system? should i look into engines? any ideas? thx -- 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.
selva4210-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2011-Jul-21 13:16 UTC
Re: q: standalone authentication
On Thu, Jul 21, 2011 at 6:29 PM, tom <tomabroad-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi, > > i made a rails2 app with authentication a while ago for a friend > (rails2 + restfulauthentication) . now he wants me to another one. > userbase is the same. now what the best to have only one > authentication system and have the 2 apps "looking up" credentials etc > on the authentication system? > should i look into engines? any ideas? > thxYou can try something like this: https://github.com/hasgeek/lastuser May be use that one itself. -- Azhagu Selvan http://tamizhgeek.in -- 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.