[Seaside] Seaside login - a write up

Roger Whitney whitney at cs.sdsu.edu
Tue Sep 28 19:46:50 CEST 2004


Thanks for the feedback.

On Sep 28, 2004, at 2:47 AM, Avi Bryant 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]

----
Roger Whitney              Department of Computer Science
whitney at cs.sdsu.edu        San Diego State University
http://www.eli.sdsu.edu/   San Diego, CA 92182-7720
(619) 583-1978
(619) 594-3535 (office)
(619) 594-6746 (fax)



More information about the Seaside mailing list