Greg Hauptmann
2009-Nov-30 21:30 UTC
what authentication approach for a WinForms app which will interact with my Ruby on Rails web app???
Hi, What people would suggest for an approach for a WinForms client that will have to interact with my web application (ruby on rails, which will use AuthLogic for authentication). For example options such as: * authentication each HTTP request, * gets a token at beginning of session somehow, then uses until it times out * other? thanks -- 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.
Darian Shimy
2009-Nov-30 22:47 UTC
Re: what authentication approach for a WinForms app which will interact with my Ruby on Rails web app???
Did you look at oauth? Darian Shimy -- http://www.darianshimy.com http://twitter.com/dshimy On Mon, Nov 30, 2009 at 1:30 PM, Greg Hauptmann <greg.hauptmann.ruby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > What people would suggest for an approach for a WinForms client that > will have to interact with my web application (ruby on rails, which > will use AuthLogic for authentication). > > For example options such as: > * authentication each HTTP request, > * gets a token at beginning of session somehow, then uses until it times out > * other? > > thanks > > -- > > 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. > > >-- 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.
Greg Hauptmann
2009-Dec-01 01:12 UTC
Re: what authentication approach for a WinForms app which will interact with my Ruby on Rails web app???
Not yet - does the .NET 3.0 framework support this? (i.e. I''m looking for I guess an approach that the .net framework supports on the .net winforms side & Rails support on the web server side - trying to find out what people have generally done here)... 2009/12/1 Darian Shimy <dshimy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> Did you look at oauth? > > Darian Shimy > -- > http://www.darianshimy.com > http://twitter.com/dshimy > > > > On Mon, Nov 30, 2009 at 1:30 PM, Greg Hauptmann > <greg.hauptmann.ruby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> Hi, >> >> What people would suggest for an approach for a WinForms client that >> will have to interact with my web application (ruby on rails, which >> will use AuthLogic for authentication). >> >> For example options such as: >> * authentication each HTTP request, >> * gets a token at beginning of session somehow, then uses until it times out >> * other? >> >> thanks >> >> -- >> >> 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. >> >> >> > > -- > > 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. > > >-- Greg http://blog.gregnet.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-/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.
Darian Shimy
2009-Dec-01 04:47 UTC
Re: what authentication approach for a WinForms app which will interact with my Ruby on Rails web app???
A buddy of mine used this: http://dotnetopenauth.net:8000/ YMMV Darian Shimy -- http://www.darianshimy.com http://twitter.com/dshimy On Mon, Nov 30, 2009 at 5:12 PM, Greg Hauptmann <greg.hauptmann.ruby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Not yet - does the .NET 3.0 framework support this? (i.e. I''m looking > for I guess an approach that the .net framework supports on the .net > winforms side & Rails support on the web server side - trying to find > out what people have generally done here)... > > > 2009/12/1 Darian Shimy <dshimy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: >> Did you look at oauth? >> >> Darian Shimy >> -- >> http://www.darianshimy.com >> http://twitter.com/dshimy >> >> >> >> On Mon, Nov 30, 2009 at 1:30 PM, Greg Hauptmann >> <greg.hauptmann.ruby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >>> Hi, >>> >>> What people would suggest for an approach for a WinForms client that >>> will have to interact with my web application (ruby on rails, which >>> will use AuthLogic for authentication). >>> >>> For example options such as: >>> * authentication each HTTP request, >>> * gets a token at beginning of session somehow, then uses until it times out >>> * other? >>> >>> thanks >>> >>> -- >>> >>> 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. >>> >>> >>> >> >> -- >> >> 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. >> >> >> > > > > -- > Greg > http://blog.gregnet.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-/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. > > >-- 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.
Greg Hauptmann
2009-Dec-01 04:55 UTC
Re: what authentication approach for a WinForms app which will interact with my Ruby on Rails web app???
the summary reads as this being a solution for if you''re building a ASP .NET web application - whereas I''m looking for sample code to include in a .NET WinForms app which needs to authenticate to a non-microsoft web application.... 2009/12/1 Darian Shimy <dshimy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> A buddy of mine used this: http://dotnetopenauth.net:8000/ YMMV > > Darian Shimy > -- > http://www.darianshimy.com > http://twitter.com/dshimy > > > > On Mon, Nov 30, 2009 at 5:12 PM, Greg Hauptmann > <greg.hauptmann.ruby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> Not yet - does the .NET 3.0 framework support this? (i.e. I''m looking >> for I guess an approach that the .net framework supports on the .net >> winforms side & Rails support on the web server side - trying to find >> out what people have generally done here)... >> >> >> 2009/12/1 Darian Shimy <dshimy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: >>> Did you look at oauth? >>> >>> Darian Shimy >>> -- >>> http://www.darianshimy.com >>> http://twitter.com/dshimy >>> >>> >>> >>> On Mon, Nov 30, 2009 at 1:30 PM, Greg Hauptmann >>> <greg.hauptmann.ruby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >>>> Hi, >>>> >>>> What people would suggest for an approach for a WinForms client that >>>> will have to interact with my web application (ruby on rails, which >>>> will use AuthLogic for authentication). >>>> >>>> For example options such as: >>>> * authentication each HTTP request, >>>> * gets a token at beginning of session somehow, then uses until it times out >>>> * other? >>>> >>>> thanks >>>> >>>> -- >>>> >>>> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>>> For more options, visit this group at http://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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >>> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. >>> >>> >>> >> >> >> >> -- >> Greg >> http://blog.gregnet.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-/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. >> >> >> > > -- > > 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. > > >-- Greg http://blog.gregnet.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-/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.