[Twisted-Python] Perspective Broker Anonymous access..

Jean-Paul Calderone exarkun at divmod.com
Fri Dec 8 13:08:56 EST 2006


On Fri, 8 Dec 2006 13:27:09 +0000 (UTC), Carlos Eduardo <cedepaula at yahoo.com.br> wrote:
>I´m just learning how to use twisted PB and playing with the chat server...
>
>I´m trying to create a way to allow authenticated and anonymous users into the
>system but can't figure how to make it.

You have to re-implement the login process to support anonymous users.

PBClientFactory.login() cannot be used for this.

Jean-Paul




More information about the Twisted-Python mailing list