MO: [Phplib-users] three tier auth made possible
Brought to you by:
nhruby,
richardarcher
|
From: Giancarlo <gia...@na...> - 2002-10-31 23:23:04
|
Il 00:12, venerd=EC 1 novembre 2002, Giancarlo ha scritto:
> How do you accomplish that if not by decoupling the registration proces=
s
^^^^^^^^^^^^
authentication
> from the actual interaction with the client, included keeping the state
> propagation?
>
> So you see that you can only accomplish this by keeping the authentica=
tion
> functions callable separately (not a cascade), unrelated to the input
> provided (abstract), not even related with any interaction with the cli=
ent
> (no splash forms) etc. Auth becomes a service.
> Page.inc at this point (because it happens *before*calling the auth
> methods)can be a local interface that interacts with the local client, =
or a
> wire interface that handles thos XML/SOAP/.NET remota calls.
>
Gian
|