Re: OAuth support in tynamos tapestry-security

2010-09-07 Thread Kalle Korhonen
On Tue, Sep 7, 2010 at 3:58 AM, Moritz Gmelin wrote: > can you somehow provide access to your initial work on tapestry-oauth so I > could possibly learn from it and maybe help with finishing it? > I have spend a couple of days now to get deeper into oauth and have been able > to do a client inte

Re: OAuth support in tynamos tapestry-security

2010-09-07 Thread Moritz Gmelin
Hi Kalle, can you somehow provide access to your initial work on tapestry-oauth so I could possibly learn from it and maybe help with finishing it? I have spend a couple of days now to get deeper into oauth and have been able to do a client integration with twitter and oauth. So I think I have u

Re: OAuth support in tynamos tapestry-security

2010-07-14 Thread Moritz Gmelin
Every starting point would be helpful! I'm pretty new with REST and OAuth. Though I do have experience with T5 since the very early 5.0.4 days. M. Am 14.07.2010 um 23:44 schrieb Kalle Korhonen: > I already implemented Oauth2 for my own use, obviously utilizing > tapestry-security, not using res

Re: OAuth support in tynamos tapestry-security

2010-07-14 Thread Kalle Korhonen
I already implemented Oauth2 for my own use, obviously utilizing tapestry-security, not using rest though but I imagine it'd be easy to add on top. The sore point right now is that it's not generalized since there's a few different ways to go about it, depending on whether you need federated user a

Re: OAuth support in tynamos tapestry-security

2010-07-14 Thread Borut BolĨina
That would be awesome. I am using tapestry security in two apps currently. One is a 5.1 and the other T5.2. So far very smooth. I am very pleased. Keep up! Regards, Borut 2010/7/14 Moritz Gmelin > Hi, > > I was wondering if there is some kind of support planned to support OAuth > authentication

OAuth support in tynamos tapestry-security

2010-07-14 Thread Moritz Gmelin
Hi, I was wondering if there is some kind of support planned to support OAuth authentication with tynamos tapestry-security. I would love to be able to offer RESTful webservices with OAuth authentication with tapestry, tapestry-restful and tapestry-security. Any plans? Pointers? Thanks Morit