You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Nick Faiz <ni...@q9software.com> on 2006/02/22 01:34:01 UTC

authentication - cookies and remembering URLs

Hi,
   
Can anyone point me to existing solutions to handle authentication? I'd 
like to store a token in a cookie, allow a previously authenticated user 
free access to the application.

I pretty much want something like Seraph - 
http://opensource.atlassian.com/seraph/ - without its list of dependencies.

Cheers,
Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: authentication - cookies and remembering URLs

Posted by Nick Faiz <ni...@q9software.com>.
Thanks - I'm looking through the vlib example now.

Cheers,
Nick


Daniel Lydiard wrote:
> Tapestry 4 comes with some examples on how to do this checkout the 
> vlib example.
>
> Also the source code from Kent Tong's book is very helpful with this 
> (so is the book):
> http://www.agileskills2.org/EWDT/
>
>
>
>
> ----- Original Message ----- From: "Nick Faiz" <ni...@q9software.com>
> To: <ta...@jakarta.apache.org>
> Sent: Tuesday, February 21, 2006 4:34 PM
> Subject: authentication - cookies and remembering URLs
>
>
>> Hi,
>>   Can anyone point me to existing solutions to handle authentication? 
>> I'd like to store a token in a cookie, allow a previously 
>> authenticated user free access to the application.
>>
>> I pretty much want something like Seraph - 
>> http://opensource.atlassian.com/seraph/ - without its list of 
>> dependencies.
>>
>> Cheers,
>> Nick
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: authentication - cookies and remembering URLs

Posted by Nick Faiz <ni...@q9software.com>.
Yes, but I was looking for some existing code.

As I said, Seraph does it all, it just means having osuser, webwork, 
oscore, etc. etc., on the classpath . My classpath is already quite 
large, looks like it is growing again. :)

Cheers,
Nick

Daniel Lydiard wrote:
> You just wanted to add cookies to auto authenticate right?  As well as 
> remember the "callback" url parameters?  That should be pretty easy to 
> add.
>
> ----- Original Message ----- From: "Nick Faiz" <ni...@q9software.com>
> To: "Tapestry users" <ta...@jakarta.apache.org>
> Sent: Tuesday, February 21, 2006 5:43 PM
> Subject: Re: authentication - cookies and remembering URLs
>
>
>> Daniel,
>>
>> Thanks but this isn't exactly what I'm looking for - it looks like 
>> authentication in general.
>>
>> I might end up just using Seraph and having a large amount of 
>> dependencies .
>>
>> Cheers,
>> Nick
>>
>> Daniel Lydiard wrote:
>>> Tapestry 4 comes with some examples on how to do this checkout the 
>>> vlib example.
>>>
>>> Also the source code from Kent Tong's book is very helpful with this 
>>> (so is the book):
>>> http://www.agileskills2.org/EWDT/
>>>
>>>
>>>
>>>
>>> ----- Original Message ----- From: "Nick Faiz" <ni...@q9software.com>
>>> To: <ta...@jakarta.apache.org>
>>> Sent: Tuesday, February 21, 2006 4:34 PM
>>> Subject: authentication - cookies and remembering URLs
>>>
>>>
>>>> Hi,
>>>>   Can anyone point me to existing solutions to handle 
>>>> authentication? I'd like to store a token in a cookie, allow a 
>>>> previously authenticated user free access to the application.
>>>>
>>>> I pretty much want something like Seraph - 
>>>> http://opensource.atlassian.com/seraph/ - without its list of 
>>>> dependencies.
>>>>
>>>> Cheers,
>>>> Nick
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: authentication - cookies and remembering URLs

Posted by Daniel Lydiard <dl...@hotmail.com>.
You just wanted to add cookies to auto authenticate right?  As well as 
remember the "callback" url parameters?  That should be pretty easy to add.

----- Original Message ----- 
From: "Nick Faiz" <ni...@q9software.com>
To: "Tapestry users" <ta...@jakarta.apache.org>
Sent: Tuesday, February 21, 2006 5:43 PM
Subject: Re: authentication - cookies and remembering URLs


> Daniel,
>
> Thanks but this isn't exactly what I'm looking for - it looks like 
> authentication in general.
>
> I might end up just using Seraph and having a large amount of dependencies 
> .
>
> Cheers,
> Nick
>
> Daniel Lydiard wrote:
>> Tapestry 4 comes with some examples on how to do this checkout the vlib 
>> example.
>>
>> Also the source code from Kent Tong's book is very helpful with this (so 
>> is the book):
>> http://www.agileskills2.org/EWDT/
>>
>>
>>
>>
>> ----- Original Message ----- From: "Nick Faiz" <ni...@q9software.com>
>> To: <ta...@jakarta.apache.org>
>> Sent: Tuesday, February 21, 2006 4:34 PM
>> Subject: authentication - cookies and remembering URLs
>>
>>
>>> Hi,
>>>   Can anyone point me to existing solutions to handle authentication? 
>>> I'd like to store a token in a cookie, allow a previously authenticated 
>>> user free access to the application.
>>>
>>> I pretty much want something like Seraph - 
>>> http://opensource.atlassian.com/seraph/ - without its list of 
>>> dependencies.
>>>
>>> Cheers,
>>> Nick
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: authentication - cookies and remembering URLs

Posted by Nick Faiz <ni...@q9software.com>.
Daniel,

Thanks but this isn't exactly what I'm looking for - it looks like 
authentication in general.

I might end up just using Seraph and having a large amount of dependencies .

Cheers,
Nick

Daniel Lydiard wrote:
> Tapestry 4 comes with some examples on how to do this checkout the 
> vlib example.
>
> Also the source code from Kent Tong's book is very helpful with this 
> (so is the book):
> http://www.agileskills2.org/EWDT/
>
>
>
>
> ----- Original Message ----- From: "Nick Faiz" <ni...@q9software.com>
> To: <ta...@jakarta.apache.org>
> Sent: Tuesday, February 21, 2006 4:34 PM
> Subject: authentication - cookies and remembering URLs
>
>
>> Hi,
>>   Can anyone point me to existing solutions to handle authentication? 
>> I'd like to store a token in a cookie, allow a previously 
>> authenticated user free access to the application.
>>
>> I pretty much want something like Seraph - 
>> http://opensource.atlassian.com/seraph/ - without its list of 
>> dependencies.
>>
>> Cheers,
>> Nick
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: authentication - cookies and remembering URLs

Posted by Daniel Lydiard <dl...@hotmail.com>.
Tapestry 4 comes with some examples on how to do this checkout the vlib 
example.

Also the source code from Kent Tong's book is very helpful with this (so is 
the book):
http://www.agileskills2.org/EWDT/




----- Original Message ----- 
From: "Nick Faiz" <ni...@q9software.com>
To: <ta...@jakarta.apache.org>
Sent: Tuesday, February 21, 2006 4:34 PM
Subject: authentication - cookies and remembering URLs


> Hi,
>   Can anyone point me to existing solutions to handle authentication? I'd 
> like to store a token in a cookie, allow a previously authenticated user 
> free access to the application.
>
> I pretty much want something like Seraph - 
> http://opensource.atlassian.com/seraph/ - without its list of 
> dependencies.
>
> Cheers,
> Nick
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org