[Seaside] Seaside login - a write up

Avi Bryant avi at beta4.com
Tue Sep 28 19:50:23 CEST 2004


On Sep 28, 2004, at 7:46 PM, Roger Whitney wrote:

>> In the case of using the builtin HTTP auth, it would look like this:
>>
>> MyTask>>go
>> 	self session authenticateWith: CS683Authenticator during:
>> 		[self call: MyComponent new]
>
> At least in the VW version one uses:
> MyTask>>go
> 	self authenticateWith: CS683Authenticator during:
> 		[self call: MyComponent new]

You're right, thanks.  That changed from 2.3 to 2.5 and I was still 
thinking of the old way.

Avi



More information about the Seaside mailing list