[Seaside] Authorization, cookies, etc.

Jim Benson jb@speed.net
Mon, 17 Jun 2002 09:34:56 -0700


Kamil,

Thanks for your suggestions.

>
> > The second part of the problem is, I want to 'invite' a new user to join
the
> > app. I send him an email saying "Point your browser to 'some URL' "
which
> > automatically sends him to the application page, and allows him to log
in
> > for the first time. Once he's in, he should bookmark the page as his
> > application portal entry.
> >
>
> I was thinking about multiple entry points. That is, there would be
> 'root' as the main entry point and then there would be dictionary of
> aString -> aClass so that link http://somewhere/seaside/theapp/foobar
> could be resolved by mapping:
>
> 'foobar' -> IAFooBarComponent
>

I hadn't thought of it that way. That sounds like what I want to do.

Thanks,

Jim