Re: REST authentication

2014-10-06 Thread Raymond NANEON
Thanks to all. I am thinking about using SSO CAS Authentication too. Did you have an example on how to implement it ? Ray Envoyé depuis iCloud Le 6 oct. 2014 à 02:54, Pascal Robert a écrit : It’s all on wocommunity.org and slideshare.net.        > Hi List,        >        > The answer abou

Re: REST authentication

2014-10-05 Thread Pascal Robert
It’s all on wocommunity.org and slideshare.net. > Hi List, > > The answer about REST auth interests me too. > > Can I download WOWODC 2012 on iTune? > > Thanks. > > Envoyé de mon iPad > > Le 4 oct. 2014 à 21:57, Pascal Robert a écrit : > >> Check my presentations from WOWODC 2012. >> >> En

Re: REST authentication

2014-10-05 Thread Matt Ness
On 06/10/2014, at 8:45 AM, John Huss wrote: > REST basically just means HTTP, so the answer is to use HTTP auth, most > likely BASIC auth. This can be done two ways: > > 1) If your apps are fronted by Apache (which they probably are), then you can > use Apache's bult-in authorization functio

Re: REST authentication

2014-10-05 Thread John Huss
REST basically just means HTTP, so the answer is to use HTTP auth, most likely BASIC auth. This can be done two ways: 1) If your apps are fronted by Apache (which they probably are), then you can use Apache's bult-in authorization functionality, the simplist form of which is just to declare users

Re: REST authentication

2014-10-05 Thread Raymond NANEON
Hi List, The answer about REST auth interests me too. Can I download WOWODC 2012 on iTune? Thanks. Envoyé de mon iPad > Le 4 oct. 2014 à 21:57, Pascal Robert a écrit : > > Check my presentations from WOWODC 2012. > > Envoyé de mon iPhone > >> Le 2014-10-04 à 10:02, Gabor Raz a écrit : >>

Re: REST authentication

2014-10-04 Thread Pascal Robert
Check my presentations from WOWODC 2012. Envoyé de mon iPhone > Le 2014-10-04 à 10:02, Gabor Raz a écrit : > > Hi Guys, > > I normally make my own projects with Node.js. Most of them with the MEAN.IO > framework. But I also came in touch with WebObjects / Project WOnder during > my training

REST authentication

2014-10-04 Thread Gabor Raz
Hi Guys, I normally make my own projects with Node.js. Most of them with the MEAN.IO framework. But I also came in touch with WebObjects / Project WOnder during my training. Now I would like to convert a node application into a wonder application. And here I have a question. How do I create a

Re: REST Authentication

2010-05-05 Thread Kieran Kelleher
;> >>> ms >>> >>> On Mar 19, 2010, at 10:44 AM, Kieran Kelleher wrote: >>> >>>> First, Wonder's ERRest.framework rocks! Thank you again Mike Schrag! >>>> and that is not my first time saying that in the last couple of days :

Re: REST Authentication

2010-05-05 Thread Johnny Miller
Wonder's ERRest.framework rocks! Thank you again Mike Schrag! >>> and that is not my first time saying that in the last couple of days :-) >>> >>> Second, I would like to get some opinions on REST authentication >>> approaches. There seems to be a plethora

Re: REST Authentication

2010-03-19 Thread Guido Neitzer
On 19. Mar, 2010, at 18:28 , Kieran Kelleher wrote: > Now what about the case where API keys are inconvenient for the end client > user. For example, I have a Gianduia Cappuccino app where the user goes to a > site, logs in and works away in his Cappuccino app with occasional REST > requests to

Re: REST Authentication

2010-03-19 Thread Kieran Kelleher
last couple of days :-) >> >> Second, I would like to get some opinions on REST authentication approaches. >> There seems to be a plethora of approaches out there. >> >> Probably the "easiest" for us WO devs is to make the user call a https login >&g

Re: REST Authentication

2010-03-19 Thread André Mitra
not my first time saying that in the last couple of days :-) > > Second, I would like to get some opinions on REST authentication approaches. > There seems to be a plethora of approaches out there. > > Probably the "easiest" for us WO devs is to make the user call a htt

Re: REST Authentication

2010-03-19 Thread Mike Schrag
ot my first time saying that in the last couple of days :-) > > Second, I would like to get some opinions on REST authentication approaches. > There seems to be a plethora of approaches out there. > > Probably the "easiest" for us WO devs is to make the user call a https

Re: REST Authentication

2010-03-19 Thread Pascal Robert
ond, I would like to get some opinions on REST authentication approaches. There seems to be a plethora of approaches out there. Probably the "easiest" for us WO devs is to make the user call a https login URL first to authenticate with userid, password and if successful, hand the

REST Authentication

2010-03-19 Thread Kieran Kelleher
First, Wonder's ERRest.framework rocks! Thank you again Mike Schrag! and that is not my first time saying that in the last couple of days :-) Second, I would like to get some opinions on REST authentication approaches. There seems to be a plethora of approaches out there. Probabl