On Mon, 20 Jul 2009 11:40:40 -0300, Juanjo Conti <[email protected]> wrote: >Just asking, I don't need it ate the moment but I'll be thinking about >it in the next weeks. > >Is there a common way for user authentication in Nevow? > >Thanks,
The nevow.guard module provides authentication. There are some examples of its use in Nevow/examples/guarded/. Recently, Twisted also introduced some support for HTTP AUTH-based authentication. This should also be compatible with Nevow resources. I forget if that code was released in 8.2, or if 9.0 will be the first release to include it. Jean-Paul _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
